mirror of
https://github.com/curl/curl.git
synced 2025-09-12 23:22:42 +03: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;
|
return result;
|
||||||
|
|
||||||
data->info.header_size += k->hbuflen;
|
data->info.header_size += k->hbuflen;
|
||||||
|
conn->headerbytecount += k->hbuflen;
|
||||||
|
|
||||||
/* reset hbufp pointer && hbuflen */
|
/* reset hbufp pointer && hbuflen */
|
||||||
k->hbufp = data->state.headerbuff;
|
k->hbufp = data->state.headerbuff;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user