Merge branch 'master' of https://github.com/PinkP4nther/SSLRelay-lib
This commit is contained in:
commit
52a5e40748
2 changed files with 6 additions and 1 deletions
|
|
@ -104,7 +104,10 @@ impl<H: HandlerCallbacks + std::marker::Sync + std::marker::Send + Clone + 'stat
|
|||
|
||||
let acceptor = acceptor.clone();
|
||||
let handler_clone = self.handlers.as_ref().unwrap().clone();
|
||||
let r_endpoint = remote_endpoint.clone();
|
||||
//let r_endpoint = remote_endpoint.clone();
|
||||
|
||||
let r_host = rhost.clone();
|
||||
let r_port = rport.clone();
|
||||
|
||||
let r_host = rhost.clone();
|
||||
let r_port = rport.clone();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue