While working on the Boot.dev course about HTTP and TCP, I had to build a parser for the request line. That meant reading raw bytes from a connection and then figuring out where the request line ends. To handle this, I used a fixed-size buffer. Each ...
workinprogress.hashnode.dev2 min readNo responses yet.