From c1dfe2c52969e722a210f7e09f5bb7f346ef27da Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 13 May 2008 21:43:37 +0000 Subject: [PATCH] wait for all 129 bytes --- tests/libtest/lib556.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib556.c b/tests/libtest/lib556.c index 12a1188ae..22583a236 100644 --- a/tests/libtest/lib556.c +++ b/tests/libtest/lib556.c @@ -54,7 +54,7 @@ int test(char *URL) total += iolen; - } while((res == CURLE_AGAIN) && (total < 20)); + } while((res == CURLE_AGAIN) && (total < 129)); } }