changed dev_sck_sendfile_stream to handle return value of 0 by sendfile as if it's EWOULDBLOCK
This commit is contained in:
parent
91cea4d6be
commit
faebe1d043
@ -404,4 +404,3 @@ void hio_seterrufmtwithsyserr (hio_t* hio, int syserr_type, int syserr_code, con
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
|
@ -30,8 +30,7 @@
|
||||
/* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
|
||||
#undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA
|
||||
|
||||
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
||||
*/
|
||||
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */
|
||||
#undef HAVE_DIRENT_H
|
||||
|
||||
/* Define to 1 if you have the `dirfd' function. */
|
||||
|
Loading…
Reference in New Issue
Block a user