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

refactor acceptor error handling

This commit is contained in:
Nikolay Kim
2018-09-28 11:50:47 -07:00
parent 0f1c80ccc6
commit f2d42e5e77
9 changed files with 288 additions and 194 deletions

View File

@ -60,8 +60,8 @@ flate2-rust = ["flate2/rust_backend"]
[dependencies]
actix = "0.7.0"
actix-net = { git="https://github.com/actix/actix-net.git" }
#actix-net = { path = "../actix-net" }
#actix-net = { git="https://github.com/actix/actix-net.git" }
actix-net = { path = "../actix-net" }
base64 = "0.9"
bitflags = "1.0"