mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 11:03:11 +00:00
zig std: fix sources.tar generation
Analogous to #24576 for `-femit-docs`
This commit is contained in:
parent
6dbcc3bd54
commit
f0fec952d2
@ -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…
x
Reference in New Issue
Block a user