Hi Inga,
On 10/18/20 1:06 AM, Inga Stotland wrote:
When detecting EPOLLIN, always invoke read handler first.
This ensures that even when error conditions (i.e., EPOLLHUP
and/or EPOLLERR) are encountered, any residual data is still
delivered to the client.
---
ell/io.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Both applied, thanks.
Regards,
-Denis