1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

wait for all 129 bytes

This commit is contained in:
Daniel Stenberg 2008-05-13 21:43:37 +00:00
parent 7f88e8badb
commit c1dfe2c529

View File

@ -54,7 +54,7 @@ int test(char *URL)
total += iolen;
} while((res == CURLE_AGAIN) && (total < 20));
} while((res == CURLE_AGAIN) && (total < 129));
}
}