Hacker News new | ask | show | jobs
by lionkor 615 days ago
Which is reasonably simple that you can build a complete 1.0 server in C in an afternoon, and add some 1.1 stuff like keep-alives, content-length, etc. I did that for fun once, on github.com/lionkor/http
1 comments

That’s the easy part. The hard part is working around non-compliant third parties. HTTP is a real mess.
That's pretty much every protocol and working around non-compliant third parties is not specific protocol problem ;)
true