http2
http2 copied to clipboard
Working on an HTTP/2 implementation for Node.js Core
I add pseudo headers check tests ! Thunks god, it's open source friday!!! https://github.com/blog/2386-contribute-on-open-source-friday ##### Checklist - [x] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes - [x] tests...
This is porting the http1 test https://github.com/nodejs/http2/blob/98e54b0bd4854bdb3e2949d1b6b20d6777fb7cde/test/parallel/test-http-date-header.js to http2. I found several issues (see comments in test): [ ] `req.url` is undefined, due to missing accessor for url [ ]...
Woot! We've landed in Node.js master. Please direct all further issues and PRs to that repo. This repo will be archived as a record of the work up to this...