First version of the HTTP proxy

This commit is contained in:
2026-02-25 12:30:20 +01:00
parent ef1d65ad2b
commit 3da0eded42
6 changed files with 337 additions and 20 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
[ ] Add log compaction
[ ] Add log persistence
[ ] Add chunk locations to metadata
[ ] Remove sender_idx fields in messages since it's provided by the message header
[ ] Remove sender_idx fields in messages since it's provided by the message header
[ ] HTTP timeouts
[ ] Clean up the Schannel code
[ ] Expose TLS parameters via CLI