actix-net/actix-server
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
..
examples remove pipeline from public api (#335) 2021-04-16 00:00:02 +01:00
src server: Don't listen to SIGHUP 2021-10-02 14:33:23 -03:00
tests Remove ServerBuilder::configure (#349) 2021-04-27 23:58:02 +01:00
CHANGES.md server: Don't listen to SIGHUP 2021-10-02 14:33:23 -03:00
Cargo.toml refactor connection counter (#343) 2021-04-29 23:27:08 +08:00
LICENSE-APACHE Include license files into all sub-crates 2019-05-30 20:38:44 +02:00
LICENSE-MIT Include license files into all sub-crates 2019-05-30 20:38:44 +02:00