summaryrefslogtreecommitdiff
path: root/test/simple/test-http.js
Commit message (Expand)AuthorAgeFilesLines
* stream: Don't emit 'end' unless read() calledisaacs2013-03-101-0/+1
* test: replace .addListener() calls with .on()Ben Noordhuis2011-10-151-5/+5
* Fixed a lot of jslint errors.Colton Baker2011-10-051-2/+2
* test: refactored http test.koichik2011-08-161-7/+14
* Update copyright headersRyan Dahl2011-03-141-0/+21
* GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov2010-12-051-34/+34
* Fix global leaksRyan Dahl2010-12-041-1/+1
* Fix global leaksRyan Dahl2010-12-041-3/+3
* Migrated from sys.p to console.dirMicheil Smith2010-10-111-1/+1
* Safe constructors: http.Server and http.ClientRyan Dahl2010-08-271-1/+1
* More changes to tests so they really work under context module loader.Herbert Vojčík2010-08-171-1/+1
* Fix http and net tests failing due to race conditionBert Belder2010-08-111-19/+22
* Update tests to work with module contextsRyan Dahl2010-07-151-8/+9
* Don't encourage strange ideas about req race conditionsRyan Dahl2010-06-201-1/+1
* Refactor HTTPRyan Dahl2010-05-271-2/+6
* Update stream API: forceClose() -> destroy(), close() -> end()Ryan Dahl2010-04-081-3/+3
* Remove process.mixin dependency from all tests.isaacs2010-03-081-1/+1
* Tests on common port.arlolra2010-02-261-1/+0
* Rename writeHeader to writeHeadBenjamin Thomas2010-02-251-1/+1
* Split tests.arlolra2010-02-251-0/+73