mirror of
https://github.com/curl/curl.git
synced 2026-08-26 07:53:31 +03:00
Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that
previously had a number of flaws, perhaps most notably when an application fired up N transfers at once as then they wouldn't pipeline at all that nicely as anyone would think... Test case 530 was also updated to take the improved functionality into account.
This commit is contained in:
parent
ed6466d176
commit
b3de497d83
11 changed files with 273 additions and 121 deletions
|
|
@ -8,7 +8,8 @@ Pipelining
|
|||
# Server-side
|
||||
<reply>
|
||||
<servercmd>
|
||||
pipe: 4
|
||||
pipe: 1
|
||||
pipe: 3
|
||||
</servercmd>
|
||||
<data>
|
||||
HTTP/1.1 200 OK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue