creationix/http-parser-js

http-parser tests ported to js

mscdex opened this issue · 3 comments

I wanted to let you all know that I have recently ported joyent/http-parser's tests to js, however there are some tweaks that you will need to make since the js http parser I used in the ported tests has a slightly different API.

The ported tests do not include everything though, such as the http method tests and tests for things like pause()/resume() and LF-only line endings.

The link now returns a 404 page. Was the test renamed or moved?

It was moved to the pummel tests here.

Thank you for the info on the tests, and thanks @jscissr for merging them and getting this module passing nearly all of them!