1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 23:17:42 +02:00

Handle socket read disconnect

This commit is contained in:
Nikolay Kim
2019-05-25 03:07:40 -07:00
parent 3f196f469d
commit 7f12b754e9
3 changed files with 16 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-http"
version = "0.2.0"
version = "0.2.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix http primitives"
readme = "README.md"
@ -47,7 +47,7 @@ secure-cookies = ["ring"]
actix-service = "0.4.0"
actix-codec = "0.1.2"
actix-connect = "0.2.0"
actix-utils = "0.4.0"
actix-utils = "0.4.1"
actix-server-config = "0.1.1"
actix-threadpool = "0.1.0"