3 bugs that taught me more about HTTP than any tutorial
I recently built StreamIngress — a small HTTP server and reverse proxy written in Java, built directly on top of raw TCP sockets with no frameworks, no Netty, no Jetty. Just ServerSocket, byte streams
goba.hashnode.dev7 min read