mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
Update server.zig
This commit is contained in:
@@ -754,6 +754,7 @@ fn NewRequestContext(comptime ssl_enabled: bool, comptime debug_mode: bool, comp
|
||||
return;
|
||||
}
|
||||
},
|
||||
// TODO: this needs to support streaming!
|
||||
.Locked => |*lock| {
|
||||
lock.callback = doRenderWithBodyLocked;
|
||||
lock.task = this;
|
||||
|
||||
Reference in New Issue
Block a user