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 fed6bc6 commit f279ad1Copy full SHA for f279ad1
src/connect.rs
@@ -1214,11 +1214,12 @@ mod rustls_tls_conn {
1214
mod socks {
1215
use std::io;
1216
1217
+ use http::uri::Scheme;
1218
use http::Uri;
1219
use tokio::net::TcpStream;
1220
use tokio_socks::tcp::{Socks4Stream, Socks5Stream};
1221
- use super::{BoxError, Scheme};
1222
+ use super::BoxError;
1223
use crate::proxy::Intercepted;
1224
1225
pub(super) enum DnsResolve {
0 commit comments