nim-chronos/chronos/apps/http
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
..
httpagent.nim Httpclient (#182) 2021-05-10 10:26:36 +03:00
httpbodyrw.nim No more Defect on stream close. (#213) 2021-08-06 13:13:55 +03:00
httpclient.nim Export async-related imports to allow partial imports. (#218) 2021-08-26 14:22:29 +03:00
httpcommon.nim Export async-related imports to allow partial imports. (#218) 2021-08-26 14:22:29 +03:00
httpserver.nim Handle accept() errors properly. (#234) 2021-11-12 18:13:56 +02:00
httptable.nim Httpclient (#182) 2021-05-10 10:26:36 +03:00
multipart.nim Export async-related imports to allow partial imports. (#218) 2021-08-26 14:22:29 +03:00
shttpserver.nim Export async-related imports to allow partial imports. (#218) 2021-08-26 14:22:29 +03:00