diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-21 21:59:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-21 21:59:40 +0000 |
commit | f19d333ef6b067809cb2b0c153fbd3f5db4321a1 (patch) | |
tree | d485d8090f179b84b29c95eff4672c68283f692e /tests/data/test34 | |
parent | 3a634a273a7bff3d219883f572db786e2c1004b1 (diff) |
- Ravi Pratap provided work on libcurl making pipelining more robust and
fixing some bugs:
o Don't mix GET and POST requests in a pipeline
o Fix the order in which requests are dispatched from the pipeline
o Fixed several curl bugs with pipelining when the server is returning
chunked encoding:
* Added states to chunked parsing for final CRLF
* Rewind buffer after parsing chunk with data remaining
* Moved chunked header initializing to a spot just before receiving
headers
Diffstat (limited to 'tests/data/test34')
-rw-r--r-- | tests/data/test34 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test34 b/tests/data/test34 index 2c73137ba..0e857ca31 100644 --- a/tests/data/test34 +++ b/tests/data/test34 @@ -23,7 +23,7 @@ bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb cccccccccccccccccccccccccccccccc 0
-muuu
+
</data> <datacheck> HTTP/1.1 200 funky chunky! |