nim-chronos/chronos/transports
Eugene Kabanov 0c7a0bd0a5
Handle accept() errors properly. (#234)
* 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.
2021-11-12 18:13:56 +02:00
..
common.nim Handle accept() errors properly. (#234) 2021-11-12 18:13:56 +02:00
datagram.nim Handle accept() errors properly. (#234) 2021-11-12 18:13:56 +02:00
ipnet.nim Export async-related imports to allow partial imports. (#218) 2021-08-26 14:22:29 +03:00
osnet.nim Export async-related imports to allow partial imports. (#218) 2021-08-26 14:22:29 +03:00
stream.nim Handle accept() errors properly. (#234) 2021-11-12 18:13:56 +02:00