Skip to content
Snippets Groups Projects
Commit c1dfe2c5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

wait for all 129 bytes

parent 7f88e8ba
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ int test(char *URL)
total += iolen;
} while((res == CURLE_AGAIN) && (total < 20));
} while((res == CURLE_AGAIN) && (total < 129));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment