Commit Graph

5 Commits

Author SHA1 Message Date
Nameless
23ccff9cce std.http.Server: collapse BufferedConnection into Connection 2023-06-01 13:44:00 -05:00
Nameless
1b3ebfefd8 fix keepalive and large buffered writes 2023-05-06 21:35:16 -05:00
Nameless
5f219a2d11 std.http.Server: give Response access to their own allocator
* This makes it easier for threaded servers to use a different allocator
  for each request.
2023-05-06 21:35:16 -05:00
Nameless
533049fdd8 std.http.Server: use enum for reset state instead of bool 2023-05-06 21:35:15 -05:00
Nameless
71c228fe65 std.http: add simple standalone http tests, add state check for http server 2023-05-06 21:35:15 -05:00