238 Commits (21d081fd7f83aa168ea0bef0870c7f1fed410a63)

Author SHA1 Message Date
seebees aab958b713 OutgoingMessage.prototype.write does not take Array 13 years ago
Ben Noordhuis 359a65a6db http: emit Error object after .abort() 13 years ago
koichik 8a729270c1 fix for --harmony_block_scoping 13 years ago
seebees 216570b5e1 Lint 13 years ago
seebees 005d607aed http.request(url.parse(x)) 13 years ago
Ben Noordhuis 84d0b1bcc5 http: improve http parser bindings 13 years ago
Yoshihiro Kikuchi f90ba61478 http: tiny fix in http.js 13 years ago
Ryan Dahl 3a34972672 Fix test-http-conn-reset.js on OSX 13 years ago
Bert Belder 153629c99a Some small optimizations 13 years ago
Ben Noordhuis bc7cfd7cd7 http: remove legacy http library 13 years ago
Ryan Dahl 9cd510846e Fixes #1546. Remove expensive debug call. 13 years ago
Peter Lyons a4eee3d28f http: remove 'headers sent?' check in OutgoingMessage.getHeader() 13 years ago
Ryan Dahl 2126989a32 Fix test-http-upgrade-server and test-http-parser 13 years ago
koichik 62aaf56d1b Fix http.ClientRequest crashes if end() was called twice 13 years ago
koichik 8b3ba47f88 Fix http.ClientRequest crashes if end() was called twice 13 years ago
Ben Noordhuis 2ed23314c3 http: make http and http2 co-exist 13 years ago
Mikeal Rogers 2b929c7f19 http: http2 implementation 13 years ago
Trent Mick bbf7e8ed5e http: fix setting ServerResponse.statusCode in writeHead 13 years ago
Trent Mick a8f96d3314 http: fix setting ServerResponse.statusCode in writeHead 13 years ago
Reid Burke 973153d1cc Properly respond to HEAD during end(body) hot path 13 years ago
Stefan Rusu 5b02d564c3 Fixes #1085. The agent end event may call detachSocket() after the socket is detached and destroyed by abort(). This patch avoids that behavior. 13 years ago
Ben Noordhuis b62ecdc5bb Revert 3e2a2a7. Always send a HTTP/1.1 status line to the client. 13 years ago
Ben Noordhuis 3e8667d829 Revert 8dc8773. Always send a HTTP/1.1 status line to the client. 13 years ago
Ryan Dahl 64a06c5ffd Revert "Error argument for http.ServerRequest 'close'" 13 years ago
Ben Noordhuis f91988979f Don't send a HTTP/1.1 status line to HTTP/1.0 clients. 14 years ago
Ben Noordhuis 8dc87731c7 Don't send a HTTP/1.1 status line to HTTP/1.0 clients. 14 years ago
Ryan Dahl 6d8b43c366 http: Fix agent id creation 13 years ago
Ryan Dahl efca5456b8 Fixes #877. Don't wait for socket pool to establish connections. 14 years ago
Ryan Dahl d627083ed5 Fixes #1187. Support multiple 'link' headers 14 years ago
isaacs 794cb60f9e typo 14 years ago
isaacs 580ab7ba2c Avoid instanceof for native object types 14 years ago
Ryan Dahl 70dd6d4ea3 Fix TJ's assert error 14 years ago
Felix Geisendörfer e7ac6d8fcd Error argument for http.ServerRequest 'close' 14 years ago
Ryan Dahl 110f06578d Agent socket errors bubble up to req only if req exists 14 years ago
Mark Cavage a2328dc73c Add support for Unix Domain Sockets to HTTP 14 years ago
Abe Fettig 83727a4c86 Fix bug where http response.readable was never set to false 14 years ago
Ryan Dahl 9ccf0e527f Don't error on ENOTCONN from shutdown() 14 years ago
isaacs 6d85da185c Closes GH-721 Set default host header properly 14 years ago
Ryan Dahl 66570c1964 Fix double free of parser on error in http.Agent. 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl 36e75b7351 Fix HTTP agent disconnection problem 14 years ago
Russell Haering 7276ff9822 http: fix missing 'drain' events 14 years ago
Ryan Dahl ea9f5b110a Add 'close' and 'aborted' events to Agent responses 14 years ago
Ryan Dahl 360885a7e9 deprecate http.cat 14 years ago
Felix Geisendörfer f423ec90fc In addition to 'aborted' emit 'close' from incoming requests 14 years ago
Ryan Dahl 5287703cce Pragma HTTP header comma separation 14 years ago
Ryan Dahl c2a62951f6 TLS sockets should not be writable after 'end' 14 years ago
Ryan Dahl aac5cbe025 HTTP Agent sockets should not reconnect on error 14 years ago
Ryan Dahl 9b0c7618c5 HTTP Agent should not die on evil server 14 years ago
Ryan Dahl c365f56061 https was missing 'end' event sometimes 14 years ago