Skip to content
Snippets Groups Projects
Commit 9371aed4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

avoid the write loop

parent 940707ad
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment