Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure that | dkf | 2010-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | when a bytearray gets its internals entangled with zlib for more than a passing moment, that bytearray will never be shimmered away. This increases the amount of copying but is simple to get right, which is a reasonable trade-off. * generic/tclStringObj.c (Tcl_AppendObjToObj): Added some special cases so that most of the time when you build up a bytearray by appending, it actually ends up being a bytearray rather than shimmering back and forth to string. * tests/http11.test (check_crc): Use a simpler way to express the functionality of this procedure. | ||||
* | Handle cleanup when all tests skipped [Bug 2812355] | patthoyts | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | More test suite cleanup for "-singleproc 1 -debug 1" testing. | dgp | 2009-06-24 | 1 | -0/+1 |
| | |||||
* | Correct failures during -singleproc 1 test suite run. | dgp | 2009-06-24 | 1 | -33/+33 |
| | | | | Correct duplicate test names. | ||||
* | Clean up procs after testing to avoid problems with -singleproc testing [Bug ↵ | patthoyts | 2009-06-24 | 1 | -1/+5 |
| | | | | 2811492] | ||||
* | Removed newline appended to POST data. | patthoyts | 2009-04-19 | 1 | -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. | patthoyts | 2009-04-10 | 1 | -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. |