mirror of
https://github.com/curl/curl.git
synced 2026-04-25 16:52:12 +03:00
wait for all 129 bytes
This commit is contained in:
parent
7f88e8badb
commit
c1dfe2c529
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ int test(char *URL)
|
|||
|
||||
total += iolen;
|
||||
|
||||
} while((res == CURLE_AGAIN) && (total < 20));
|
||||
} while((res == CURLE_AGAIN) && (total < 129));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue