384 Commits (4b5e6a38df2f68fd407ccfbdcb70960f6af6e0e2)

Author SHA1 Message Date
isaacs b97c28f59e http: provide backpressure for pipeline flood 11 years ago
isaacs 255650f4d9 http: Handle hex/base64 encodings properly 11 years ago
Ben Noordhuis 3398cce193 http: improve chunked res.write(buf) performance 11 years ago
isaacs 99a7e78e77 http: Dump response when request is aborted 12 years ago
Peter Rust 16b59cbc74 http: use an unref'd timer to fix delay in exit 11 years ago
isaacs e8500274e0 Revert "http: remove bodyHead from 'upgrade' events" 12 years ago
Nathan Zadoks a40133d10c http: remove bodyHead from 'upgrade' events 12 years ago
isaacs a2f93cf77a http: Return true on empty writes, not false 12 years ago
Ben Noordhuis fda2b319dc http: save roundtrips, convert buffers to strings 12 years ago
isaacs 01e2920219 http: Don't try to destroy nonexistent sockets 12 years ago
isaacs e4b716efaa http: Support write(data, 'hex') 12 years ago
isaacs 88686aa410 http: Remove legacy ECONNRESET workaround code 12 years ago
isaacs 234fb122bb http client: Ensure socket cleanup on response end 12 years ago
isaacs d62cf59dc1 http: Don't hot-path end() for large buffers 12 years ago
isaacs 327b6e3e1d stream: Don't emit 'end' unless read() called 12 years ago
koichik c9a4ec9c63 http: ServerRequest does not timeout after 'end' 12 years ago
isaacs e2400f88d8 http: Do not setTimeout a not-yet-existent socket 12 years ago
hc 5757ce48b4 http: check if incoming parser has already been freed 12 years ago
isaacs 632b7d8750 Revert "http: check if incoming parser has already been freed" 12 years ago
hheennrryy@gmail.com 9f4c3b0d45 http: check if incoming parser has already been freed 12 years ago
isaacs d258fb0212 http: More useful setTimeout API on server 12 years ago
Eugene Girshov 25ba971f41 http: fix multiple timeout events 12 years ago
Trevor Norris 75305f3bab events: add check for listeners length 12 years ago
Ben Noordhuis f26362e938 http: use socket.once, not socket.on 12 years ago
isaacs 88644eaa2d stream: There is no _read cb, there is only push 12 years ago
Ben Noordhuis d4a297ccb0 http: fix case in 505 response status line 12 years ago
isaacs b0e7dbf2c0 http: Do not free the wrong parser on socket close 12 years ago
isaacs f9a0140ef1 http: Handle hangup writes more gently 12 years ago
isaacs 09b1212254 http: Add fixme comment about ECONNRESET handling 12 years ago
isaacs 987338fe31 http: Do not let Agent hand out destroyed sockets 12 years ago
isaacs c9dcf5718c http: Raise hangup error on destroyed socket write 12 years ago
Bert Belder 255bc945c2 http: protect against response splitting attacks 12 years ago
isaacs faf78604ca http: Don't dump twice 12 years ago
Ben Noordhuis 4a7a98fd0a http: close connection on 204 and chunked encoding 12 years ago
Ben Noordhuis 2cbf4586df http: close connection on 304 and chunked encoding 12 years ago
Alexandr Emelin eef0ccbcaf http: fix duplicate var initialization 12 years ago
Ben Noordhuis f3e78bd3c2 http: fix "Cannot call method 'emit' of null" 12 years ago
isaacs dc0c524ce6 http: Set _dumped=false initially 12 years ago
isaacs 9ece63b1d7 http: Don't switch the socket into old-mode 12 years ago
isaacs bc8feb151c http: Use stream.push() instead of touching _readableState 12 years ago
isaacs f423287453 http: Separate out the storeHeader closure 12 years ago
isaacs 9785ab6057 http: Replace "in" usage with "=== undefined" 12 years ago
Ryunosuke SATO 8936868e9b http: remove unused variable 12 years ago
isaacs d76eacd4e6 http: Handle end only when stream is not dumped 12 years ago
isaacs 54740c8b24 lint 12 years ago
Shigeki Ohtsu 8bf0c15a5b stream2: fix to emit end event on http.ClientResponse 12 years ago
isaacs fb915ed957 lint 12 years ago
isaacs c048c814c7 http: Trivial fix for comments and 'this.read' 12 years ago
isaacs 8624adf5d8 http: use IncomingMessage._dump() instead of resume() 12 years ago
Ben Noordhuis 5a19c07c08 http: pack response body buffer in first tcp packet 12 years ago