We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292bb5f commit 750ee95Copy full SHA for 750ee95
src/body/body.rs
@@ -6,7 +6,7 @@ use bytes::Bytes;
6
use futures_core::{Stream, TryStream};
7
use futures_channel::{mpsc, oneshot};
8
use futures_util::TryStreamExt;
9
-use tokio_buf::SizeHint;
+//use tokio_buf::SizeHint;
10
use h2;
11
use http::HeaderMap;
12
0 commit comments