Loading lib/transfer.c +2 −0 Original line number Diff line number Diff line Loading @@ -437,8 +437,10 @@ CURLcode Curl_readwrite(struct connectdata *conn, * NOT contain a message-body, and thus is always terminated * by the first empty line after the header fields. */ conn->size=0; break; default: /* nothing */ break; } } else { Loading Loading
lib/transfer.c +2 −0 Original line number Diff line number Diff line Loading @@ -437,8 +437,10 @@ CURLcode Curl_readwrite(struct connectdata *conn, * NOT contain a message-body, and thus is always terminated * by the first empty line after the header fields. */ conn->size=0; break; default: /* nothing */ break; } } else { Loading