diff options
author | Matthew Gumport <[email protected]> | 2024-03-05 17:04:13 -0800 |
---|---|---|
committer | Edward Wang <[email protected]> | 2024-03-15 14:37:56 -0700 |
commit | ae8ea771b1a738b379b4061c7d7e20ca0e22a542 (patch) | |
tree | 0cb24c97cc31ff4a2f5b4dba329416f5f9221676 /pingora-proxy/src/proxy_h1.rs | |
parent | 81e6adea4d38ae00387538fb48dd8a6aab1ad21f (diff) | |
download | pingora-ae8ea771b1a738b379b4061c7d7e20ca0e22a542.tar.gz pingora-ae8ea771b1a738b379b4061c7d7e20ca0e22a542.zip |
compile and test cleanly with nightly
The vast majority of these are redundant imports.
Diffstat (limited to 'pingora-proxy/src/proxy_h1.rs')
-rw-r--r-- | pingora-proxy/src/proxy_h1.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pingora-proxy/src/proxy_h1.rs b/pingora-proxy/src/proxy_h1.rs index 77bc50b..f50d310 100644 --- a/pingora-proxy/src/proxy_h1.rs +++ b/pingora-proxy/src/proxy_h1.rs @@ -15,7 +15,6 @@ use super::*; use crate::proxy_cache::{range_filter::RangeBodyFilter, ServeFromCache}; use crate::proxy_common::*; -use http::Version; impl<SV> HttpProxy<SV> { pub(crate) async fn proxy_1to1( |