mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Closes #79 - Use response arena for allocs
This commit is contained in:
parent
3cad3fddc0
commit
a0faada748
@ -125,7 +125,7 @@ fn processNextRequest(
|
||||
|
||||
var response = try jetzig.http.Response.init(httpz_response.arena, httpz_response);
|
||||
var request = try jetzig.http.Request.init(
|
||||
httpz_request.arena,
|
||||
httpz_response.arena,
|
||||
self,
|
||||
start_time,
|
||||
httpz_request,
|
||||
|
Loading…
x
Reference in New Issue
Block a user