Handle EWOULDBLOCK at socket communication (#7596)
authorGabriel Braga <gabriel.braga@intra2net.com>
Thu, 4 Apr 2024 07:48:57 +0000 (09:48 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 5 Apr 2024 07:17:34 +0000 (09:17 +0200)
commit08059d7fb37e975616bac50945ba7b0d145c242e
tree440842f9c102a6aef124edb1fd1ca4d50d6fe95b
parent6f59dcf596103d0bc69be841627cd9926faa4139
Handle EWOULDBLOCK at socket communication (#7596)

This adds treatment to the EWOULDBLOCK error on socket comms.
Previously only EAGAIN was treated.
src/socket_handler.cpp