- Ravi Pratap provided work on libcurl making pipelining more robust and
authorDaniel Stenberg <daniel@haxx.se>
Wed, 21 Feb 2007 21:59:40 +0000 (21:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Feb 2007 21:59:40 +0000 (21:59 +0000)
commitf19d333ef6b067809cb2b0c153fbd3f5db4321a1
treed485d8090f179b84b29c95eff4672c68283f692e
parent3a634a273a7bff3d219883f572db786e2c1004b1
- 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
CHANGES
RELEASE-NOTES
lib/http_chunks.c
lib/http_chunks.h
lib/multi.c
lib/transfer.c
lib/transfer.h
lib/url.c
tests/data/test34