mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-15 06:26:07 +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 response = try jetzig.http.Response.init(httpz_response.arena, httpz_response);
|
||||||
var request = try jetzig.http.Request.init(
|
var request = try jetzig.http.Request.init(
|
||||||
httpz_request.arena,
|
httpz_response.arena,
|
||||||
self,
|
self,
|
||||||
start_time,
|
start_time,
|
||||||
httpz_request,
|
httpz_request,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user