wait for all 129 bytes
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 May 2008 21:43:37 +0000 (21:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 May 2008 21:43:37 +0000 (21:43 +0000)
tests/libtest/lib556.c

index 12a1188..22583a2 100644 (file)
@@ -54,7 +54,7 @@ int test(char *URL)
 
         total += iolen;
 
-      } while((res == CURLE_AGAIN) && (total < 20));
+      } while((res == CURLE_AGAIN) && (total < 129));
     }
   }