mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-14 14:02:45 +00:00
remove useless get_server_addr
This commit is contained in:
parent
a08b3338c3
commit
181497e709
5 changed files with 4 additions and 19 deletions
|
@ -423,10 +423,6 @@ impl ProxyHandlerManager for HttpManager {
|
|||
HttpConnection::new(self.server, info, domain_name, self.credentials.clone(), self.digest_state.clone()).await?,
|
||||
)))
|
||||
}
|
||||
|
||||
fn get_server_addr(&self) -> SocketAddr {
|
||||
self.server
|
||||
}
|
||||
}
|
||||
|
||||
impl HttpManager {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue