| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
FossilOrigin-Name: 885ee93472cc7073906419cbfe1cc989eac0e39c
|
|
|
| |
FossilOrigin-Name: bb9b739b6b12e68ed27078408cb162de812122f2
|
|
|
| |
FossilOrigin-Name: cb05dda8cccdb06f5c4219d9cdfda8842ed01925
|
|
|
|
|
|
| |
Correct duplicate test names.
FossilOrigin-Name: fe2e3409ae1afb5831df32915885f31a318291e4
|
|
|
|
|
| |
2811492]
FossilOrigin-Name: 8b30365796317b2c6f9f3bd1fb3426760f5dba23
|
|
|
|
|
|
| |
Added tests to check that the data provided by a POST is as stated in the content-length [Bug 2715421]
FossilOrigin-Name: dfd6051afd67aceec1ca6933b5412ddad03065bb
|
|
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.
FossilOrigin-Name: e861cc28b065288ecbecc4c537d5c7871ebb0e45
|