| author | |
| committer | |
| log | f0fec952d2378e60773289485f2b42f1892bfe73 |
| tree | a4bc376282cb6470fb3aab1c5914480ec37059de |
| parent | 6dbcc3bd5430a3f4ae1cf891f5270a989e4b1334 |
Analogous to #24576 for `-femit-docs`1 files changed, 1 insertions(+), 0 deletions(-)
lib/compiler/std-docs.zig+1| ... | ... | @@ -229,6 +229,7 @@ fn serveSourcesTar(request: *std.http.Server.Request, context: *Context) !void { |
| 229 | 229 | |
| 230 | 230 | // intentionally omitting the pointless trailer |
| 231 | 231 | //try archiver.finish(); |
| 232 | try response_writer.new_interface.flush(); | |
| 232 | 233 | try response.end(); |
| 233 | 234 | } |
| 234 | 235 |