1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

Fix SIGINT force shutdown

This commit is contained in:
Nikolay Kim
2019-03-30 12:09:02 -07:00
parent 02ab804e0b
commit 3add90628f
3 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-server"
version = "0.4.1"
version = "0.4.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix server - General purpose tcp server"
keywords = ["network", "framework", "async", "futures"]