summaryrefslogtreecommitdiff
path: root/lib/http.js
AgeCommit message (Expand)Author
2014-04-08http: do not emit EOF non-readable socketFedor Indutny
2014-02-26http: invoke createConnection when no agentNathan Rajlich
2013-10-16http: provide backpressure for pipeline floodisaacs
2013-08-15http: Handle hex/base64 encodings properlyisaacs
2013-07-31http: improve chunked res.write(buf) performanceBen Noordhuis
2013-07-08http: Dump response when request is abortedisaacs
2013-07-01http: use an unref'd timer to fix delay in exitPeter Rust
2013-06-12Revert "http: remove bodyHead from 'upgrade' events"isaacs
2013-05-24http: remove bodyHead from 'upgrade' eventsNathan Zadoks
2013-05-23http: Return true on empty writes, not falseisaacs
2013-05-23http: save roundtrips, convert buffers to stringsBen Noordhuis
2013-04-22http: Don't try to destroy nonexistent socketsisaacs
2013-04-08http: Support write(data, 'hex')isaacs
2013-04-03http: Remove legacy ECONNRESET workaround codeisaacs
2013-04-02http client: Ensure socket cleanup on response endisaacs
2013-03-14http: Don't hot-path end() for large buffersisaacs
2013-03-10stream: Don't emit 'end' unless read() calledisaacs
2013-03-10http: ServerRequest does not timeout after 'end'koichik
2013-03-10http: Do not setTimeout a not-yet-existent socketisaacs
2013-03-09http: check if incoming parser has already been freedhc
2013-03-08Revert "http: check if incoming parser has already been freed"isaacs
2013-03-08http: check if incoming parser has already been freedhheennrryy@gmail.com
2013-03-06http: More useful setTimeout API on serverisaacs
2013-03-06http: fix multiple timeout eventsEugene Girshov
2013-03-02Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2013-03-01events: add check for listeners lengthTrevor Norris
2013-03-01http: use socket.once, not socket.onBen Noordhuis
2013-02-28stream: There is no _read cb, there is only pushisaacs
2013-02-28Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2013-02-26http: fix case in 505 response status lineBen Noordhuis
2013-02-25http: Do not free the wrong parser on socket closeisaacs
2013-02-22http: Handle hangup writes more gentlyisaacs
2013-02-18http: Add fixme comment about ECONNRESET handlingisaacs
2013-02-18Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2013-02-14http: Do not let Agent hand out destroyed socketsisaacs
2013-02-14http: Raise hangup error on destroyed socket writeisaacs
2013-02-07http: protect against response splitting attacksBert Belder
2013-01-28http: Don't dump twiceisaacs
2013-01-24http: close connection on 204 and chunked encodingBen Noordhuis
2013-01-23http: close connection on 304 and chunked encodingBen Noordhuis
2013-01-18Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2013-01-16http: fix duplicate var initializationAlexandr Emelin
2013-01-14http: fix "Cannot call method 'emit' of null"Ben Noordhuis
2013-01-10http: Set _dumped=false initiallyisaacs
2013-01-10http: Don't switch the socket into old-modeisaacs
2013-01-10http: Use stream.push() instead of touching _readableStateisaacs
2012-12-29http: Separate out the storeHeader closureisaacs
2012-12-29http: Replace "in" usage with "=== undefined"isaacs
2012-12-27http: remove unused variableRyunosuke SATO
2012-12-26http: Handle end only when stream is not dumpedisaacs