summaryrefslogtreecommitdiffstats
path: root/tests/httpd11.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace reduction in Tcl scripts. No functional change.jan.nijtmans2015-09-011-5/+5
|
* [b9d0434667] Prefer the gzip encoding for transfers. It's less efficient, butdkf2015-05-141-7/+8
| | | it is far more interoperable and that's a more important metric.
* Removed newline appended to POST data.patthoyts2009-04-191-8/+37
| | | | Added tests to check that the data provided by a POST is as stated in the content-length [Bug 2715421]
* Improved HTTP/1.1 support and added specific HTTP/1.1 testing.patthoyts2009-04-101-0/+225
This patch makes use of the 8.6 zlib support to provide for deflate and gzip support and handles the -channel option with compression and chunked transfer encoding. For the -handler option we currently disable HTTP/1.1 features as we cannot properly pass the data through to the caller.