From: Daniel Stenberg Date: Mon, 12 May 2003 12:37:05 +0000 (+0000) Subject: avoid the write loop X-Git-Tag: curl-7_10_5~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9371aed46c5bf938b2dcfae65086292ead322a77;p=curl avoid the write loop --- diff --git a/lib/transfer.c b/lib/transfer.c index 2ab0447bb..c5c2787a2 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -949,7 +949,7 @@ CURLcode Curl_readwrite(struct connectdata *conn, int i, si; ssize_t bytes_written; - bool writedone=FALSE; + bool writedone=TRUE; if ((k->bytecount == 0) && (k->writebytecount == 0)) Curl_pgrsTime(data, TIMER_STARTTRANSFER);