summaryrefslogtreecommitdiffstats
path: root/tests/httpTestScript.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Give lambda function a name "ReceiveChunked" for easier testing. New ↵jan.nijtmans2018-09-231-1/+1
| | | | function quoteString and code cleanup
* Amend httpPipeline.test tests to use stdout not stderr, and thus avoid the ↵kjnash2018-04-211-1/+1
| | | | report {Test files exiting with errors} even when all tests pass.
* Increase test timeout to 10s. Remove commenting from Log calls that report ↵kjnash2018-04-011-1/+1
| | | | long delay for [socket].
* Chasing timeout bug: reduce client timeout to 4s in tests; more sanity ↵kjnash2018-03-311-1/+1
| | | | checking in non-keep-alive tests; tidying; more logging in http.tcl.
* Adapt tests/httpPipeline.test for test without installation. Comment out ↵kjnash2018-03-291-3/+3
| | | | some Log calls from tests/httpTestScript.tcl
* Implement queuing and pipelining for HTTP requests over a persistent connection.kjnash2018-03-271-0/+509