changed dev_sck_sendfile_stream to handle return value of 0 by sendfile as if it's EWOULDBLOCK

This commit is contained in:
2023-10-15 16:02:09 +09:00
parent 91cea4d6be
commit faebe1d043
3 changed files with 2 additions and 3 deletions

View File

@@ -404,4 +404,3 @@ void hio_seterrufmtwithsyserr (hio_t* hio, int syserr_type, int syserr_code, con
}
}*/
}