mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
Better io tags handling (#269)
This commit is contained in:
parent
6adeadfff0
commit
fb1d2a268d
14 changed files with 108 additions and 60 deletions
|
@ -169,7 +169,7 @@ impl<'f, T: Address> Future for ConnectServiceResponse<'f, T> {
|
|||
));
|
||||
self.poll(cx)
|
||||
} else {
|
||||
error!("{}TCP connector: got unresolved address", self.tag);
|
||||
error!("{}: TCP connector: got unresolved address", self.tag);
|
||||
Poll::Ready(Err(ConnectError::Unresolved))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue