Commit c1dfe2c5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

wait for all 129 bytes

parent 7f88e8ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ int test(char *URL)

        total += iolen;

      } while((res == CURLE_AGAIN) && (total < 20));
      } while((res == CURLE_AGAIN) && (total < 129));
    }
  }