fix: remove my debug error
This commit is contained in:
@@ -373,7 +373,6 @@ impl Request {
|
|||||||
return Err(create_error!(InvalidOperation));
|
return Err(create_error!(InvalidOperation));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
_ = tokio::net::lookup_host(&domain).await.unwrap();
|
|
||||||
return Err(create_error!(ProxyError));
|
return Err(create_error!(ProxyError));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user