summaryrefslogtreecommitdiffstats
path: root/tests/http11.test
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Correct duplicate test names.
* Clean up procs after testing to avoid problems with -singleproc testing [Bug ↵patthoyts2009-06-241-1/+5
| | | | 2811492]
* Removed newline appended to POST data.patthoyts2009-04-191-1/+73
| | | | 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/+579
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.