> Node.js came out in 2009, a full ten years after HTTP/1.1 (RFC 2068) and it's original http-parser is full-on spaghetti code, doesn't conform to the RFCs for performance reasons, and is considered unmaintainable by the author of it's replacement
That's because of the way the parser is written. There are other simpler parsers that are much more readable.
That's because of the way the parser is written. There are other simpler parsers that are much more readable.