summaryrefslogtreecommitdiff
path: root/lib/http2.js
Commit message (Expand)AuthorAgeFilesLines
* http2: order declarations in http2.jsZYSzys2018-11-201-8/+8
* http2: graduate from experimentalJames M Snell2018-08-241-6/+0
* http2: refactor error handlingMatteo Collina2017-08-281-2/+2
* Revert "http2: refactor error handling"Rich Trott2017-08-261-2/+2
* http2: refactor error handlingMatteo Collina2017-08-251-2/+2
* http2: Expose Http2ServerRequest/ResponsePini Houri2017-08-161-2/+6
* http2: introducing HTTP/2James M Snell2017-08-041-0/+27
* http: remove legacy http libraryBen Noordhuis2011-10-041-1500/+0
* http: set .code='ECONNRESET' on socket hang up errorsBen Noordhuis2011-09-081-1/+3
* Sockets should never be attached to a ClientRequest before nextTick().Mikeal Rogers2011-08-291-127/+127
* http: remove 'headers sent?' check in OutgoingMessage.getHeader()Peter Lyons2011-08-281-4/+0
* Fixes #1531Mikeal Rogers2011-08-221-3/+11
* Fix #1546 some more. Remove expensive debug call.Ben Noordhuis2011-08-171-1/+0
* http: improve compatibility of legacy APIkoichik2011-08-171-0/+2
* Remove http.cat. fixes #1447Mikeal Rogers2011-08-161-82/+0
* http: destroy socket on errorBen Noordhuis2011-08-111-0/+1
* Fix test-http-upgrade-server and test-http-parserRyan Dahl2011-08-081-6/+4
* http2: reword confusing commentBen Noordhuis2011-08-081-1/+1
* Fixes https host header default port handling.Mikeal Rogers2011-08-071-0/+1
* Fix http.ClientRequest crashes if end() was called twicekoichik2011-07-301-0/+3
* http: make http and http2 co-existBen Noordhuis2011-07-261-0/+1572