zig std: fix sources.tar generation

Analogous to #24576 for `-femit-docs`
This commit is contained in:
Ian Johnson 2025-07-24 22:31:40 -04:00 committed by Andrew Kelley
parent 6dbcc3bd54
commit f0fec952d2

View file

@ -229,6 +229,7 @@ fn serveSourcesTar(request: *std.http.Server.Request, context: *Context) !void {
// intentionally omitting the pointless trailer // intentionally omitting the pointless trailer
//try archiver.finish(); //try archiver.finish();
try response_writer.new_interface.flush();
try response.end(); try response.end();
} }