Skip to content

Commit

Permalink
fix http version import in echo service
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Oct 21, 2024
1 parent cccc7c8 commit 3f66553
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cli/service/echo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use crate::{
},
response::Json,
server::HttpServer,
IntoResponse, Request, Response,
IntoResponse, Request, Response, Version,
},
layer::{limit::policy::ConcurrentPolicy, ConsumeErrLayer, LimitLayer, TimeoutLayer},
net::forwarded::Forwarded,
Expand All @@ -37,7 +37,6 @@ use tokio::net::TcpStream;

#[cfg(any(feature = "rustls", feature = "boring"))]
use crate::{
http::Version,
net::tls::server::ServerConfig,
tls::std::server::TlsAcceptorLayer,
tls::types::{client::ClientHelloExtension, SecureTransport},
Expand Down

0 comments on commit 3f66553

Please sign in to comment.