mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +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
|
||||
//try archiver.finish();
|
||||
try response_writer.new_interface.flush();
|
||||
try response.end();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user