summaryrefslogtreecommitdiff
path: root/test/simple/test-http-proxy.js
Commit message (Expand)AuthorAgeFilesLines
* util: Add debuglog, deprecate console lookalikesisaacs2013-05-211-9/+9
* test: replace .addListener() calls with .on()Ben Noordhuis2011-10-151-5/+5
* test: refactored http test.koichik2011-08-161-9/+9
* Update copyright headersRyan Dahl2011-03-141-0/+21
* GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov2010-12-051-30/+32
* Fix global leaksRyan Dahl2010-12-041-5/+5
* lib/http.js - nested loop stepping on variables of outer loopRyan Dahl2010-10-041-6/+21
* Send multiple header lines in ServerResponse#writeHead when header values are...Sam Stephenson2010-09-151-1/+7
* Fix http and net tests failing due to race conditionBert Belder2010-08-111-1/+1
* Update tests to work with module contextsRyan Dahl2010-07-151-11/+12
* Don't encourage strange ideas about req race conditionsRyan Dahl2010-06-201-1/+1
* Soft deprecation of 'listening' event.Ryan Dahl2010-06-151-6/+5
* Update stream API: forceClose() -> destroy(), close() -> end()Ryan Dahl2010-04-081-4/+4
* http2 now defaultRyan Dahl2010-03-191-1/+1
* http2 now passes all testsRyan Dahl2010-03-181-18/+27
* All tests to use http2Ryan Dahl2010-03-181-1/+1
* Remove process.mixin dependency from all tests.isaacs2010-03-081-1/+1
* Tests on common port.arlolra2010-02-261-2/+2
* Rename writeHeader to writeHeadBenjamin Thomas2010-02-251-2/+2
* Split tests.arlolra2010-02-251-0/+56