293 Commits (a98e845516204f59b682228a96289cd884769242)

Author SHA1 Message Date
isaacs a98e845516 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
Mark Cavage 5871c81181 Add HTTP Status codes from RFC 6585 13 years ago
isaacs cd8f82c007 Fix incorrect merge choices 13 years ago
isaacs 1de43149bb http: Clean up parser usage 13 years ago
isaacs 0abe42a0f4 http: .once() usage in setTimeout 13 years ago
isaacs e4dd8dc28e http leak: Null links from parser to req/res 13 years ago
vvo 5eac8d6739 Fix #3179 HTTP memory leak using ClientRequest. 13 years ago
isaacs 2f93eb6102 http client: Destroy on timeout 13 years ago
isaacs 0a414f4caa http: Remove socket ondata/onend in parser cleanup 13 years ago
isaacs 9164fa6aaa Null references to request object on socket errors. 13 years ago
isaacs 2fc528ce00 http: Clean up parser usage 13 years ago
isaacs e3ceee2dce http: .once() usage in setTimeout 13 years ago
isaacs b7e8e35c0e http leak: Null links from parser to req/res 13 years ago
vvo 75f2365558 Fix #3179 HTTP memory leak using ClientRequest. 13 years ago
isaacs c9be1d5ffd http client: Destroy on timeout 13 years ago
isaacs bce68134b6 http: Remove socket ondata/onend in parser cleanup 13 years ago
isaacs bfe9cdb7f2 Null references to request object on socket errors. 13 years ago
ssuda 70005be4ff Fixing ClientRequest setTimeout EventEmitter Leak 13 years ago
ssuda 48d52d85c3 http, https: fix .setTimeout() 13 years ago
Igor Zinkovsky 5ad0140f48 Emit end event only once 13 years ago
Yoshihiro Kikuchi f82ef0f7c3 http: remove ClientRequest.prototype.pause() 13 years ago
Dmitry Nizovtsev 1e9bcf26ce net, http, https: add localAddress option 13 years ago
Maciej Małecki da908364a8 tls http https: don't pollute user's `options` object 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
einaros 83fd1c1de5 Add WebSocket RFC6455 multiheader fields to the http parser. 13 years ago
Ben Noordhuis 2c07712860 http: allow multiple WWW-Authenticate headers 13 years ago
Mark Nottingham 1e425e3fa7 Generate Date headers on responses when not already present. 13 years ago
Ben Noordhuis 6141386f7e http: allow multiple WWW-Authenticate headers 13 years ago
koichik c2dc673eb5 http: fix http-parser is freed twice 13 years ago
koichik 3fd13c6426 http: fix free http-parser too early 13 years ago
Brandon Benvie 5403a8ce4c core: add `NativeModule.prototype.deprecate` 13 years ago
Ben Noordhuis e806ad39d0 net, tls, http: remove socket.ondrain 13 years ago
koichik a6f3451e25 http: fix test-http-should-keepalive.js is fail 13 years ago
koichik 3df7c90c30 http: keep-alive should default with HTTP/1.1 server 13 years ago
Ben Noordhuis 56e34c2f81 http: fix deprecation warning module ID 13 years ago
koichik 35fe3eb5c7 http: reduce creating http-parser instances 13 years ago
Maciej Małecki d5047f5fe6 http: use `util._deprecationWarning` for deprecation warning 13 years ago
Fedor Indutny f1678bfc65 http: do not accept headers if limit is exceeded 13 years ago
Fedor Indutny 8a98c2f1d8 http, querystring: added limits to prevent DoS 13 years ago
koichik 7dffbaf2ce http: Upgrade/CONNECT request should detach its socket earlier 13 years ago
koichik 08a91acd76 http: better support for CONNECT method. 13 years ago
koichik dd9593ccc4 http: fix ServerResponse does not emit 'close' 13 years ago
koichik baebd30eee http: use `self` insted of `this` 13 years ago
koichik a337ac7584 http: fix XMLHttpRequest piped in a writable file stream hangs next request 13 years ago
koichik e6b6075024 http: Avoid 'data'/'end' events after pause() 13 years ago
koichik 7aa5924dc6 http: fix resource leak 13 years ago
Ryan Dahl 48a9a2d355 Add deprecation message for http.Client 13 years ago
seebees aab958b713 OutgoingMessage.prototype.write does not take Array 13 years ago