Ralph Mitchell's SSL problems made me notice that we didn't increase the

header byte counter properly
This commit is contained in:
Daniel Stenberg 2002-02-28 15:13:35 +00:00
parent cb85ca18ab
commit ea8476a2dc

View File

@ -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;