summaryrefslogtreecommitdiffstats
path: root/tests/httpPipeline.test
Commit message (Expand)AuthorAgeFilesLines
* Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-041-2/+4
* Fix [20dccf1200]: htons-related test fails on Mac OSX Catalina (10.15) jan.nijtmans2020-07-251-1/+1
* Give lambda function a name "ReceiveChunked" for easier testing. New function...jan.nijtmans2018-09-231-1/+1
* Restore production test settings: set tests/httpPipeline.test to non-verbose,...kjnash2018-04-211-1/+1
* Chasing timeout bug: reduce client timeout to 4s in tests; more sanity checki...kjnash2018-03-311-10/+16
* For thorough testing, set test file to verbose, and uncomment Log calls in ht...kjnash2018-03-301-1/+1
* Bugfixes. Details in ticket 46b6edad51.kjnash2018-03-301-1/+2
* Adapt tests/httpPipeline.test for test without installation. Comment out som...kjnash2018-03-291-2/+2
* Implement queuing and pipelining for HTTP requests over a persistent connection.kjnash2018-03-271-0/+859