summaryrefslogtreecommitdiff
path: root/test/simple/test-http-head-request.js
Commit message (Expand)AuthorAgeFilesLines
* test: split test in parallel/sequentialFedor Indutny2014-12-171-69/+0
* http: do not send `0\r\n\r\n` in TE HEAD responsesFedor Indutny2014-09-161-23/+35
* stream: Don't emit 'end' unless read() calledisaacs2013-03-101-0/+1
* test: replace .addListener() calls with .on()Ben Noordhuis2011-10-151-2/+2
* Fixed a lot of jslint errors.Colton Baker2011-10-051-2/+2
* test: refactored http test.koichik2011-08-161-4/+6
* Update copyright headersRyan Dahl2011-03-141-0/+21
* GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov2010-12-051-8/+8
* Fix global leaksRyan Dahl2010-12-041-8/+6
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-111-1/+1
* Update tests to work with module contextsRyan Dahl2010-07-151-6/+7
* Don't encourage strange ideas about req race conditionsRyan Dahl2010-06-201-1/+1
* Soft deprecation of 'listening' event.Ryan Dahl2010-06-151-2/+1
* Fix issue 89, parsing responses to HEAD requestsRyan Dahl2010-05-251-0/+35
* Move two broken tests to disabled folderRyan Dahl2010-04-151-39/+0
* Add failing test for HEAD requestsRyan Dahl2010-04-111-0/+39