diff --git a/lib/transfer.c b/lib/transfer.c index b9bb5f6ed..18d805d64 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -601,7 +601,7 @@ static CURLcode readwrite_data(struct Curl_easy *data, nread = 0; } - if((k->bytecount == 0) && (k->writebytecount == 0)) { + if(!k->bytecount) { Curl_pgrsTime(data, TIMER_STARTTRANSFER); if(k->exp100 > EXP100_SEND_DATA) /* set time stamp to compare with when waiting for the 100 */