303 Commits (c45522df4c1a316d304d2d08d641c5b9da8df148)

Author SHA1 Message Date
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
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