summaryrefslogtreecommitdiff
path: root/lib/http2.js
AgeCommit message (Expand)Author
2018-11-20http2: order declarations in http2.jsZYSzys
2018-08-24http2: graduate from experimentalJames M Snell
2017-08-28http2: refactor error handlingMatteo Collina
2017-08-26Revert "http2: refactor error handling"Rich Trott
2017-08-25http2: refactor error handlingMatteo Collina
2017-08-16http2: Expose Http2ServerRequest/ResponsePini Houri
2017-08-04http2: introducing HTTP/2James M Snell
2011-10-04http: remove legacy http libraryBen Noordhuis
2011-09-08http: set .code='ECONNRESET' on socket hang up errorsBen Noordhuis
2011-08-29Sockets should never be attached to a ClientRequest before nextTick().Mikeal Rogers
2011-08-28http: remove 'headers sent?' check in OutgoingMessage.getHeader()Peter Lyons
2011-08-22Fixes #1531Mikeal Rogers
2011-08-17Fix #1546 some more. Remove expensive debug call.Ben Noordhuis
2011-08-17http: improve compatibility of legacy APIkoichik
2011-08-16Remove http.cat. fixes #1447Mikeal Rogers
2011-08-11http: destroy socket on errorBen Noordhuis
2011-08-08Fix test-http-upgrade-server and test-http-parserRyan Dahl
2011-08-08http2: reword confusing commentBen Noordhuis
2011-08-07Fixes https host header default port handling.Mikeal Rogers
2011-07-30Fix http.ClientRequest crashes if end() was called twicekoichik
2011-07-26http: make http and http2 co-existBen Noordhuis