Loading lib/transfer.c +7 −6 Original line number Diff line number Diff line Loading @@ -817,7 +817,7 @@ CURLcode Curl_readwrite(struct connectdata *conn, k->hbuflen); k->badheader = FALSE; /* taken care of now */ } else { /* This switch handles various content encodings. If there's an error here, be sure to check over the almost identical code in http_chunk.c. 08/29/02 jhrg */ Loading Loading @@ -849,6 +849,7 @@ CURLcode Curl_readwrite(struct connectdata *conn, break; } #endif } if(result) return result; Loading Loading
lib/transfer.c +7 −6 Original line number Diff line number Diff line Loading @@ -817,7 +817,7 @@ CURLcode Curl_readwrite(struct connectdata *conn, k->hbuflen); k->badheader = FALSE; /* taken care of now */ } else { /* This switch handles various content encodings. If there's an error here, be sure to check over the almost identical code in http_chunk.c. 08/29/02 jhrg */ Loading Loading @@ -849,6 +849,7 @@ CURLcode Curl_readwrite(struct connectdata *conn, break; } #endif } if(result) return result; Loading