mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-02-01 14:05:59 +00:00
0c7a0bd0a5
* Add more accept() call error handlers. Fix issue when HTTP server silently stops accepting new connections. Remove unneeded MacOS syscall to disable SIG_PIPE on socket, we already mask this signal in process. * User `if` instead `case` because constants are actually variables. * Fix mistypes. * Do not use case for posix constants. * Fix Linux compilation error.