summaryrefslogtreecommitdiffstats
path: root/tests/http11.test
Commit message (Expand)AuthorAgeFilesLines
* Duplicate test namesdgp2022-10-281-1/+1
* duplicate test namesdgp2022-10-271-48/+48
* Fix bug [3610253] - apply the patch supplied with the ticket, and add a test....kjnash2022-09-111-2/+30
* Fix bug [a13b9d0ce1] on HTTP compression: remove "compress", amend "deflate".kjnash2022-09-111-5/+102
* Fix bug [2927221] - revised http::meta, new http::metaValue, header names are...kjnash2022-09-091-12/+10
* (Still buggy.) Add the ::socket replacement ::http::socket and its dependenci...kjnash2022-09-061-1/+21
* (c) -> ©, now that TIP #587 is acceptedjan.nijtmans2021-09-021-1/+1
* Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-141-1/+1
* Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-041-2/+4
* Fix for http bug c2dc1da315. Add tests. Add detail about -handler to http(n...kjnash2020-08-241-0/+178
* Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 transacti...kjnash2020-08-121-0/+27
* Merge 8.6jan.nijtmans2020-07-251-1/+1
|\
| * Fix [20dccf1200]: htons-related test fails on Mac OSX Catalina (10.15) jan.nijtmans2020-07-251-1/+1
* | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if abs...kjnash2020-07-241-0/+37
|/
* merge 8.6kjnash2018-09-151-0/+7
|\
| * Add valgrind suppression for dlopen and ensure that processes are reaped inpooryorick2018-06-201-0/+7
* | Revise tests/http11.test for use with commits from 78b23edb6b onwards. Adjus...kjnash2018-03-271-4/+1
|/
* [b9d0434667] Prefer the gzip encoding for transfers. It's less efficient, butdkf2015-05-141-7/+26
* * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure thatdkf2010-10-191-1/+1
* Handle cleanup when all tests skipped [Bug 2812355]patthoyts2009-06-251-1/+1
* More test suite cleanup for "-singleproc 1 -debug 1" testing.dgp2009-06-241-0/+1
* Correct failures during -singleproc 1 test suite run.dgp2009-06-241-33/+33
* Clean up procs after testing to avoid problems with -singleproc testing [Bug ...patthoyts2009-06-241-1/+5
* Removed newline appended to POST data.patthoyts2009-04-191-1/+73
* Improved HTTP/1.1 support and added specific HTTP/1.1 testing.patthoyts2009-04-101-0/+579