Commit ea8476a2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

header byte counter properly
parent cb85ca18
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;