avoid the write loop

This commit is contained in:
Daniel Stenberg 2003-05-12 12:37:05 +00:00
parent 940707ad66
commit 9371aed46c
1 changed files with 1 additions and 1 deletions

View File

@ -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);