Loading lib/transfer.c +1 −1 Original line number Diff line number Diff line Loading @@ -831,7 +831,7 @@ CURLcode Curl_readwrite(struct connectdata *conn, failf(data, "Failed writing data"); return CURLE_WRITE_ERROR; } failf(data, "Received problem in the chunky parser"); failf(data, "Received problem %d in the chunky parser", res); return CURLE_RECV_ERROR; } else if(CHUNKE_STOP == res) { Loading Loading
lib/transfer.c +1 −1 Original line number Diff line number Diff line Loading @@ -831,7 +831,7 @@ CURLcode Curl_readwrite(struct connectdata *conn, failf(data, "Failed writing data"); return CURLE_WRITE_ERROR; } failf(data, "Received problem in the chunky parser"); failf(data, "Received problem %d in the chunky parser", res); return CURLE_RECV_ERROR; } else if(CHUNKE_STOP == res) { Loading