1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 08:57:00 +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

@@ -129,6 +129,7 @@ mod h2writer;
mod handler;
pub(crate) mod helpers;
mod http;
pub(crate) mod incoming;
pub(crate) mod input;
pub(crate) mod message;
pub(crate) mod output;