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

do no stop on write_eof

This commit is contained in:
Nikolay Kim
2018-01-07 19:10:42 -08:00
parent f802fe09e6
commit f90bc0caae
3 changed files with 2 additions and 6 deletions

View File

@ -77,8 +77,7 @@ tokio-tls = { version="0.1", optional = true }
tokio-openssl = { version="0.1", optional = true }
[dependencies.actix]
#version = "^0.4.2"
git = "https://github.com/actix/actix.git"
version = "^0.4.2"
[dependencies.openssl]
version = "0.9"