mirror of
https://github.com/curl/curl.git
synced 2026-06-18 04:05:38 +03:00
shorten name
This commit is contained in:
parent
62b92b22df
commit
4da0f86d20
7 changed files with 24 additions and 25 deletions
|
|
@ -109,7 +109,7 @@ size_t tool_read_cb(char *buffer, size_t sz, size_t nmemb, void *userdata)
|
|||
#ifndef CURL_WINDOWS_UWP
|
||||
rc = sread(per->infd, buffer, curlx_uztosi(sz * nmemb));
|
||||
if(rc < 0) {
|
||||
if(SOCK_EWOULDBLOCK_EAGAIN(SOCKERRNO)) {
|
||||
if(SOCK_EAGAIN(SOCKERRNO)) {
|
||||
errno = 0;
|
||||
config->readbusy = TRUE;
|
||||
return CURL_READFUNC_PAUSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue