feat(server): expose Accept without httpX features (#2382)

This commit is contained in:
Kirill Fomichev
2020-12-29 21:19:57 +03:00
committed by GitHub
parent 510b998ff3
commit a6d4fcbee6
6 changed files with 458 additions and 449 deletions

View File

@@ -4,7 +4,7 @@ use pin_project::pin_project;
use tokio::io::{AsyncRead, AsyncWrite};
use super::conn::{SpawnAll, UpgradeableConnection, Watcher};
use super::Accept;
use super::accept::Accept;
use crate::body::{Body, HttpBody};
use crate::common::drain::{self, Draining, Signal, Watch, Watching};
use crate::common::exec::{ConnStreamExec, NewSvcExec};