On Fri, Mar 16, 2012 at 13:49, dhruvbird <[email protected]> wrote: > On Mar 15, 9:32 am, Ben Noordhuis <[email protected]> wrote: >> On Thu, Mar 15, 2012 at 14:27, dhruvbird <[email protected]> wrote: >> > I am assuming we use a significant portion of the ngnix http parser. >> >> >http://nginx.org/download/patch.2012.memory.txt >> >> We don't[1]. They're both big state machines written in C, that's >> where the similarity ends. >> >> [1]https://github.com/joyent/http-parser > > ah! Thanks for the clarification! > > I saw this line in the code and thought they were the same: " Based on > src/http/ngx_http_parse.c from NGINX copyright Igor Sysoev"
Early versions of http_parser borrowed some from nginx but there's little (maybe nothing) left of that. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
