|
|
5dda7353fa
|
Add test for url accumulation bug
|
2025-09-15 21:36:49 -04:00 |
|
|
|
ec2ad27e33
|
Add explanatory comments
|
2025-09-15 00:07:44 -04:00 |
|
|
|
fac6b8de88
|
Add test that shows parsing issue
It's meant to show the pipelining issue. I guess we'll solve the
newly-discovered parsing issue first.
|
2025-09-14 22:24:02 -04:00 |
|
|
|
632113f792
|
Add test for pipeline request parsing bug
|
2025-09-14 20:53:19 -04:00 |
|
|
|
bd06798fd3
|
Remove test_http_handler and test_server_connection_return
|
2025-09-14 11:38:43 -04:00 |
|
|
|
e887906da8
|
Remove some unused/indirectly used headers
|
2025-09-13 17:25:46 -04:00 |
|
|
|
de6f38694f
|
std::unique_ptr<Connection> -> Ref<Connection>
|
2025-09-13 17:25:46 -04:00 |
|
|
|
f56ed2bfbe
|
Rename ArenaAllocator -> Arena
|
2025-09-05 17:57:04 -04:00 |
|
|
|
2278694f4f
|
Separate out api url parser
|
2025-09-04 16:39:19 -04:00 |
|
|
|
ee721c7753
|
Use snake_case for Connection etc methods
|
2025-08-24 16:21:01 -04:00 |
|
|
|
772797155b
|
Add on_write_buffer_drained
|
2025-08-23 22:39:14 -04:00 |
|
|
|
8012e7ed60
|
Prefer testing through public APIs
|
2025-08-23 06:19:29 -04:00 |
|
|
|
cf692e71ef
|
Perfetto tracing for /ok. Header parsing not complete
|
2025-08-20 12:19:20 -04:00 |
|
|
|
b8d735f074
|
Initial http implementation
|
2025-08-19 17:20:18 -04:00 |
|