mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05: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