summaryrefslogtreecommitdiffstats
path: root/tests/httpPipeline.test
Commit message (Collapse)AuthorAgeFilesLines
* Duplicate test namesdgp2022-10-281-1/+1
|
* (Still buggy.) Add the ::socket replacement ::http::socket and its ↵kjnash2022-09-061-1/+25
| | | | dependencies as a workaround to bug 824251. Integrate with tls. Allow configuration -threadlevel for socket creation (package Thread may not be available and by default it is not used). Revise tests http-1.1, http-1.4, http-1.5 for new option -threadlevel. Run tests for each value of -threadlevel.
* (c) -> ©, now that TIP #587 is acceptedjan.nijtmans2021-09-021-1/+1
|
* Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-2/+4
| | | | tcltest 2.5, since we never test with earlier tcltest versions
* Fix [20dccf1200]: htons-related test fails on Mac OSX Catalina (10.15) jan.nijtmans2020-07-251-1/+1
| | | Also, let http-related tests check if really http 2.9 is present
* Give lambda function a name "ReceiveChunked" for easier testing. New ↵jan.nijtmans2018-09-231-1/+1
| | | | function quoteString and code cleanup
* Restore production test settings: set tests/httpPipeline.test to ↵kjnash2018-04-211-1/+1
| | | | non-verbose, and comment out most Log calls in library/http/http.tcl
* Chasing timeout bug: reduce client timeout to 4s in tests; more sanity ↵kjnash2018-03-311-10/+16
| | | | checking in non-keep-alive tests; tidying; more logging in http.tcl.
* For thorough testing, set test file to verbose, and uncomment Log calls in ↵kjnash2018-03-301-1/+1
| | | | http.tcl.
* Bugfixes. Details in ticket 46b6edad51.kjnash2018-03-301-1/+2
|
* Adapt tests/httpPipeline.test for test without installation. Comment out ↵kjnash2018-03-291-2/+2
| | | | some Log calls from tests/httpTestScript.tcl
* Implement queuing and pipelining for HTTP requests over a persistent connection.kjnash2018-03-271-0/+859