chore(body): fix broken import of Chunk internally
This commit is contained in:
@@ -24,7 +24,7 @@ use h2;
|
|||||||
use http::HeaderMap;
|
use http::HeaderMap;
|
||||||
|
|
||||||
use common::Never;
|
use common::Never;
|
||||||
pub use super::Chunk;
|
pub use chunk::Chunk;
|
||||||
|
|
||||||
type BodySender = mpsc::Sender<Result<Chunk, ::Error>>;
|
type BodySender = mpsc::Sender<Result<Chunk, ::Error>>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user