386 Commits (876d3bd85aabe7fce71a025a89c6b3f6ddbf2053)

Author SHA1 Message Date
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
isaacs 5b39929d47 Add --no-deprecation and --trace-deprecation flags 13 years ago
isaacs 260695afd0 http: Hush 'MUST NOT have a body' warnings to debug() 13 years ago
Andreas Madsen 1e0ce5d1bd domain: the EventEmitter constructor is now always called in nodecore 13 years ago
Simon Sturmer 9a998d5e24 http: don't lowercase http req header until later 13 years ago
Shigeki Ohtsu f721d02c8a http: fix duplicated variable declaration 13 years ago
Adam Malcontenti-Wilson 4099d1eeba http: make http.get() accept a URL 13 years ago
isaacs faa4d9ff5f Re-apply http fixes from v0.6 branch properly 13 years ago
Ben Noordhuis 9ae6d8fee3 http: fix client request.end() EPIPE race 13 years ago
isaacs 01103d077b Guard against emitting 'end' twice on http responses 13 years ago
isaacs a98e845516 Break up huge function in ClientRequest.onSocket 13 years ago
isaacs 14a5b45c06 Guard against emitting 'end' twice on http responses 13 years ago
isaacs 07d8a4650e Break up huge function in ClientRequest.onSocket 13 years ago
isaacs 8c758e127c Don't destroy on timeout 13 years ago
isaacs b4fbf6d275 Fix #3231. Don't try to emit error on a null'ed req object 13 years ago