summaryrefslogtreecommitdiffstats
path: root/tests/httpTest.tcl
Commit message (Collapse)AuthorAgeFilesLines
* (c) -> ©, now that TIP #587 is acceptedjan.nijtmans2021-09-021-1/+1
|
* Merge 8.6jan.nijtmans2020-09-141-5/+5
|\
| * 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
* | Use $index<0 in stead of $index==-1 consistantlyjan.nijtmans2020-09-111-1/+1
| |
* | The [namespace delete ::httpTest] at the end of httpPipeline.test failed todgp2019-04-171-1/+5
|/ | | | | also undo the custom [::http::Log] command it put in place. This dangling command was left broken and made much failure. Revised httpTest.tcl to use a trace to tidy up after itself.
* 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