summaryrefslogtreecommitdiffstats
path: root/tests/httpTest.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵jan.nijtmans2020-09-141-6/+6
| | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly
* Silence debugging message in test suite.dgp2018-09-241-1/+1
|
* Amend httpPipeline.test tests to use stdout not stderr, and thus avoid the ↵kjnash2018-04-211-8/+8
| | | | report {Test files exiting with errors} even when all tests pass.
* Chasing timeout bug: reduce client timeout to 4s in tests; more sanity ↵kjnash2018-03-311-1/+75
| | | | checking in non-keep-alive tests; tidying; more logging in http.tcl.
* Implement queuing and pipelining for HTTP requests over a persistent connection.kjnash2018-03-271-0/+431