diff options
| author | Ian Johnson <ian@ianjohnson.dev> | 2025-07-24 22:31:40 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-07-24 19:44:19 -0700 |
| commit | f0fec952d2378e60773289485f2b42f1892bfe73 (patch) | |
| tree | a4bc376282cb6470fb3aab1c5914480ec37059de /lib/compiler | |
| parent | 6dbcc3bd5430a3f4ae1cf891f5270a989e4b1334 (diff) | |
| download | zig-f0fec952d2378e60773289485f2b42f1892bfe73.tar.gz zig-f0fec952d2378e60773289485f2b42f1892bfe73.zip | |
zig std: fix sources.tar generation
Analogous to #24576 for `-femit-docs`
Diffstat (limited to 'lib/compiler')
| -rw-r--r-- | lib/compiler/std-docs.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/std-docs.zig b/lib/compiler/std-docs.zig index 78816f9348..74a9c65849 100644 --- a/lib/compiler/std-docs.zig +++ b/lib/compiler/std-docs.zig @@ -229,6 +229,7 @@ fn serveSourcesTar(request: *std.http.Server.Request, context: *Context) !void { // intentionally omitting the pointless trailer //try archiver.finish(); + try response_writer.new_interface.flush(); try response.end(); } |
