Y
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
secondcoming
615 days ago
That’s the easy part. The hard part is working around non-compliant third parties. HTTP is a real mess.
link
ozim
614 days ago
That's pretty much every protocol and working around non-compliant third parties is not specific protocol problem ;)
link
lionkor
615 days ago
true
link