Commit 9371aed4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

avoid the write loop

parent 940707ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);