395 Commits (178ac3367f8ec21e69034e9d1bda39ddfe549b6d)

Author SHA1 Message Date
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
Brian White 827b2a9b0b http: bubble up parser errors to ClientRequest 12 years ago
isaacs 1d369317ea http: Refactor for streams2 12 years ago
Bert Belder 3c293ba272 http: protect against response splitting attacks 12 years ago
Scott Blomquist f657ce685d windows: add tracing with performance counters 12 years ago
isaacs 8509073458 lint 12 years ago
isaacs 061f2075cf string_decoder: Add 'end' method, do base64 properly 12 years ago
Ben Noordhuis 0ad005852c https: fix renegotation attack protection 12 years ago
isaacs 836a06fc4f Revert "http: make http.ServerResponse emit 'end'" 12 years ago
Pavel Lang b38277be26 http: add response.headersSent property 12 years ago
thewilli 33a5c8a814 http: handle multiple Proxy-Authenticate values 12 years ago
thewilli ac17dc1764 http: handle multiple Proxy-Authenticate values 12 years ago
Nathan Rajlich 0f2ed2bc2c http: make the client "res" object gets the same domain as "req" 12 years ago
Frédéric Germain 451ff1540a http: Remove timeout handler when data arrives 12 years ago
Ben Noordhuis 9a3521cb25 http: respect HTTP/1.0 TE header 12 years ago
Ben Noordhuis 790d651f0d http: make http.ServerResponse emit 'end' 12 years ago
Brian White c78678b081 http: bubble up parser errors to ClientRequest 12 years ago
isaacs b0c0111b04 https: Use host header as effective servername 12 years ago
Brian White e06b5d7af7 http: remove duplicate assignments 12 years ago
Fedor Indutny 1ccdde9a69 Revert "http/https: pass request to .createConnection()" 12 years ago
Fedor Indutny e43fe5c833 Revert "http/https: pass request to .createConnection()" 12 years ago
Fedor Indutny eb2ca10462 tls: veryify server's identity 12 years ago
Fedor Indutny 53716eb0b5 http/https: pass request to .createConnection() 12 years ago
Fedor Indutny 8ba189b8d3 tls: veryify server's identity 12 years ago
Fedor Indutny 2b3ba3f538 http/https: pass request to .createConnection() 12 years ago