189 Commits (7c6f0147dfa78641a65c7cb0d84f6723b29a946e)

Author SHA1 Message Date
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
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
Ryan Dahl 77ae87d367 default to port 80 for http.request 14 years ago
Richard Rodger b11d78b386 Fix for DNS fail in HTTP request 14 years ago
Tj Holowaychuk fe838611f6 Fixed field merging with progressive fields on writeHead() 14 years ago
Tim Caswell b09c5889be Add support for mutable/implicit headers for http. 14 years ago
Ryan Dahl e9257b859d New DTrace probes from CA team 14 years ago
Russell Haering e6ede31554 http: fix buffer writes to outgoing messages 14 years ago
Mikeal Rogers 2b03ba5917 http: agent takes options instead of host, port pair 14 years ago
Ryan Dahl 4733d0b1f0 http: handle aborts 14 years ago
Ryan Dahl bfb6a67d60 Another fix for process.assert 14 years ago
Ali Farhadi 36ef5643c3 Fixing bug in http request default encoding. 14 years ago
Ryan Dahl 39ff40e5a2 Use old http.Client 14 years ago
Ryan Dahl 068b733583 Land Cantrill's DTrace patch 14 years ago
Ryan Dahl 9e976abad9 lint 14 years ago
Ali Farhadi d81afcb3a6 Fixing bug in http request's end method. 14 years ago
Mikeal Rogers 8d37f80f4b Expose agent in http and https client. 14 years ago
Ryan Dahl 76afea90cf Fix test-http-exceptions 14 years ago
Ryan Dahl 4612b07604 Fix test-http-allow-req-after-204-res 14 years ago
Ryan Dahl 68f2aa2715 http: agent should cycle on close 14 years ago
Ryan Dahl b9574b995f Expose http.getAgent 14 years ago
Ryan Dahl e65f6b4ce1 Initial pass at https client 14 years ago
Ryan Dahl 0866ecaf3f ... 14 years ago
Ryan Dahl f465949516 hacky work around socket hangups on http requests 14 years ago
Ryan Dahl d89454e5d4 Backport client 'upgrade' events 14 years ago
Ryan Dahl 4125822bed all errors go to req object 14 years ago
Ryan Dahl 105c35b9fd http.Client shims 14 years ago
Ryan Dahl e576d4ec79 Add parser to agent 14 years ago
Ryan Dahl 60aea96f84 first pass at http refactor for TLS 14 years ago
Ryan Dahl 2957382991 Implement new stream method, destroySoon 14 years ago
Ryan Dahl 73f4ec51fd hack for ending https connections 14 years ago
Ryan Dahl 94f8368cf9 First pass at new https server 14 years ago
Ryan Dahl e4dd5cd6fd NODE_DEBUG uses strings instead of bitflags 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Ryan Dahl e232f6e735 more lint 14 years ago
Ryan Dahl 735b9d50a3 Simplify state transitions in http.Client 14 years ago
Ryan Dahl 6057747e9e Improve HTTP debug messages 14 years ago
Ryan Dahl 1db59afb75 style 14 years ago