mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
zig std: fix sources.tar generation
Analogous to #24576 for `-femit-docs`
This commit is contained in:
parent
6dbcc3bd54
commit
f0fec952d2
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue