summaryrefslogtreecommitdiff
path: root/ext/http/http_next.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/http/http_next.rs')
-rw-r--r--ext/http/http_next.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/http/http_next.rs b/ext/http/http_next.rs
index 217ae1c39..c1cb2df66 100644
--- a/ext/http/http_next.rs
+++ b/ext/http/http_next.rs
@@ -44,7 +44,6 @@ use deno_core::ResourceId;
use deno_net::ops_tls::TlsStream;
use deno_net::raw::NetworkStream;
use deno_websocket::ws_create_server_stream;
-use fly_accept_encoding::Encoding;
use http::header::ACCEPT_ENCODING;
use http::header::CACHE_CONTROL;
use http::header::CONTENT_ENCODING;
@@ -72,6 +71,9 @@ use std::pin::Pin;
use std::ptr::null;
use std::rc::Rc;
+use super::fly_accept_encoding;
+use fly_accept_encoding::Encoding;
+
use tokio::io::AsyncReadExt;
use tokio::io::AsyncWriteExt;