Update server.zig

This commit is contained in:
Jarred Sumner
2022-04-03 21:26:07 -07:00
parent 3b7e421eaf
commit 480d4b98c7

View File

@@ -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;