summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-parser.js
Commit message (Expand)AuthorAgeFilesLines
* test: refactor test-http-parserJon Moss2018-01-191-23/+4
* test: remove unused arguments from functionAnkit Parashar2017-08-231-29/+16
* test: refactor test-http-parser.jsRich Trott2017-07-271-106/+117
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-22/+14
* test,lib,doc: use function declarationsRich Trott2017-05-011-47/+47
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: add common.mustNotCall()cjihrig2017-02-061-1/+1
* test: use common.fail() instead of assert(false)cjihrig2017-01-231-4/+2
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-6/+6
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-16/+16
* test: use const for all require() callscjihrig2017-01-021-1/+1
* test: cleanup IIFE testscjihrig2016-07-141-170/+170
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-221-7/+10
* src: don't set non-primitive values on templatesBen Noordhuis2016-04-181-3/+3
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-15/+15
* test: use String.prototype.repeat() for clarityRich Trott2016-02-211-1/+1
* test: fix redeclared test-http-* varsRich Trott2016-02-011-1/+1
* test: fix style issues after eslint updateMichaƫl Zasso2016-01-131-4/+4
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* test: enable linting for testsRoman Reiss2015-05-191-0/+1
* http: optimize on_headers_completeBert Belder2015-01-131-133/+161
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+570