Closes #79 - Use response arena for allocs

This commit is contained in:
Bob Farrell 2024-05-28 18:06:06 +01:00
parent 3cad3fddc0
commit a0faada748

View File

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