mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Ralph Mitchell's SSL problems made me notice that we didn't increase the
header byte counter properly
This commit is contained in:
parent
cb85ca18ab
commit
ea8476a2dc
@ -603,6 +603,7 @@ CURLcode Curl_readwrite(struct connectdata *conn,
|
||||
return result;
|
||||
|
||||
data->info.header_size += k->hbuflen;
|
||||
conn->headerbytecount += k->hbuflen;
|
||||
|
||||
/* reset hbufp pointer && hbuflen */
|
||||
k->hbufp = data->state.headerbuff;
|
||||
|
Loading…
Reference in New Issue
Block a user