nodejs / http

Repository for the HTTP Working Group (Inactive)
9 stars 9 forks source link

HTTP js implementation #11

Open jasnell opened 8 years ago

jasnell commented 8 years ago

@mscdex had started this a while back... https://github.com/nodejs/node/pull/1457

At this point the effort has largely stalled out. It's likely something that we should revisit.

trevnorris commented 8 years ago

If performance is the goal then it should be reassessed whether moving this to JS will achieve that. The C parser is much faster, but the issue is the boundary between JS and C. Though I've been investigating, and have landed a couple PR's, to get around that issue.