-
- Downloads
- 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
Showing
- CHANGES 17 additions, 0 deletionsCHANGES
- RELEASE-NOTES 4 additions, 2 deletionsRELEASE-NOTES
- lib/http_chunks.c 57 additions, 15 deletionslib/http_chunks.c
- lib/http_chunks.h 5 additions, 1 deletionlib/http_chunks.h
- lib/multi.c 26 additions, 14 deletionslib/multi.c
- lib/transfer.c 37 additions, 8 deletionslib/transfer.c
- lib/transfer.h 1 addition, 0 deletionslib/transfer.h
- lib/url.c 34 additions, 8 deletionslib/url.c
- tests/data/test34 1 addition, 1 deletiontests/data/test34
Loading
Please register or sign in to comment