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

@@ -57,7 +57,7 @@ use bytes::Bytes;
use pin_project::pin_project;
use tokio::io::{AsyncRead, AsyncWrite};
use super::Accept;
use super::accept::Accept;
use crate::body::{Body, HttpBody};
use crate::common::exec::{ConnStreamExec, Exec, NewSvcExec};
#[cfg(feature = "http2")]