summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-server-request-timeout-keepalive.js
Commit message (Expand)AuthorAgeFilesLines
* http: server check Host header, to meet RFC 7230 5.4 requirementwwwzbwcom2022-11-281-1/+1
* http: be more aggressive to reply 400, 408 and 431ywave6202022-10-061-3/+1
* test: remove unnecessary .toString() calls in HTTP testsAnna Henningsen2022-07-111-1/+2
* test: use consistent timeoutsShogun2022-05-031-2/+2
* test: reduce impact of flaky HTTP server testsTobias Nießen2022-05-021-1/+1
* test: fix flaky HTTP server testsTobias Nießen2022-04-241-6/+3
* http: refactor headersTimeout and requestTimeout logicPaolo Insogna2022-04-131-16/+23
* http: add requestTimeoutMatteo Collina2020-09-151-0/+94