mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:13:36 +03:00
Ravi Pratap provided fixes for HTTP pipelining
This commit is contained in:
parent
a7aca2e8af
commit
5daa6b9367
8 changed files with 99 additions and 53 deletions
|
|
@ -1630,8 +1630,8 @@ CURLcode Curl_http_done(struct connectdata *conn,
|
|||
|
||||
if(!conn->bits.retry &&
|
||||
((http->readbytecount +
|
||||
conn->headerbytecount -
|
||||
conn->deductheadercount)) <= 0) {
|
||||
data->reqdata.keep.headerbytecount -
|
||||
data->reqdata.keep.deductheadercount)) <= 0) {
|
||||
/* If this connection isn't simply closed to be retried, AND nothing was
|
||||
read from the HTTP server (that counts), this can't be right so we
|
||||
return an error here */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue