aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/decoder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/decoder.rs')
-rw-r--r--components/net/decoder.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/net/decoder.rs b/components/net/decoder.rs
index 4b4fcb18e24..65399cc2bbc 100644
--- a/components/net/decoder.rs
+++ b/components/net/decoder.rs
@@ -29,9 +29,9 @@ use futures::{Future, Stream};
use futures_util::StreamExt;
use headers::{ContentLength, HeaderMapExt};
use http_body_util::BodyExt;
-use hyper::body::Body;
-use hyper::header::{HeaderValue, CONTENT_ENCODING, TRANSFER_ENCODING};
use hyper::Response;
+use hyper::body::Body;
+use hyper::header::{CONTENT_ENCODING, HeaderValue, TRANSFER_ENCODING};
use tokio_util::codec::{BytesCodec, FramedRead};
use tokio_util::io::StreamReader;