summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-binding.js
Commit message (Expand)AuthorAgeFilesLines
* src,http2: introduce node_http_commonJames M Snell2020-03-061-1/+10
* http2: set default enableConnectProtocol to 0ZYSzys2020-01-051-1/+3
* src: bring 425 status code name into accordance with RFC 8470Sergei Osipov2019-10-101-1/+1
* http2: set default maxConcurrentStreamsZYSzys2019-10-051-0/+2
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-1/+1
* test: fix http2-binding strictEqual orderdominikeinkemmer2018-11-241-4/+4
* http2: add RFC 8441 extended connect protocol supportJames M Snell2018-10-081-1/+3
* http2: move process.binding('http2') to internalBindingJames M Snell2018-08-181-1/+3
* test: minor refactoringRuben Bridgewater2018-02-161-2/+0
* test: remove assert.doesNotThrow()Ruben Bridgewater2018-02-161-1/+1
* http, http2: add 103 Early Hints status codeYosuke Furukawa2017-11-041-0/+1
* http2: make --expose-http2 flag a non-opJames M Snell2017-09-281-1/+0
* http2: expand list of known headersAnatoli Papirovski2017-09-201-0/+15
* http2: rename some nghttp2 stream flagsKelvin Jin2017-08-081-1/+1
* test: add crypto check to http2 testsDaniel Bevenius2017-08-081-1/+3
* http2: add tests and benchmarksJames M Snell2017-08-041-0/+229