actix-net/actix-server/src
Thales Fragoso f4edbd1114 server: Don't listen to SIGHUP
The Server didn't take any action when receiving SIGHUP. However,
Signals would return Poll::Ready, which would cause the Server to miss
any other signal after that

This is probably better than just quitting on SIGHUP, because it's
common to repurpose it for something other than quitting
2021-10-02 14:33:23 -03:00
..
accept.rs Fix interrupt handling. Fix double server pause/resume (#353) 2021-04-30 13:42:25 +01:00
builder.rs server: Don't listen to SIGHUP 2021-10-02 14:33:23 -03:00
lib.rs refactor connection counter (#343) 2021-04-29 23:27:08 +08:00
server.rs update actix-server and actix-testing to tokio 1.0 (#239) 2020-12-28 23:44:53 +00:00
service.rs refactor connection counter (#343) 2021-04-29 23:27:08 +08:00
signals.rs server: Don't listen to SIGHUP 2021-10-02 14:33:23 -03:00
socket.rs Fix Display impl of MioListener (#350) 2021-04-27 11:54:18 -07:00
test_server.rs Add native tls support for actix_tls::connect module (#295) 2021-03-27 00:20:17 +00:00
waker_queue.rs Return worker index in WakerInterest::WorkerAvailable (#337) 2021-04-16 05:59:10 +01:00
worker.rs clippy 2021-07-16 21:46:32 +01:00