log typo
This commit is contained in:
parent
7056e3ec24
commit
daeb5389ed
12
Cargo.toml
12
Cargo.toml
@ -11,9 +11,9 @@ members = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
tokio-uds = { git = "https://github.com/sfackler/tokio" }
|
tokio-uds = { git = "https://github.com/tokio-rs/tokio" }
|
||||||
tokio-io = { git = "https://github.com/sfackler/tokio" }
|
tokio-io = { git = "https://github.com/tokio-rs/tokio" }
|
||||||
tokio-timer = { git = "https://github.com/sfackler/tokio" }
|
tokio-timer = { git = "https://github.com/tokio-rs/tokio" }
|
||||||
tokio-codec = { git = "https://github.com/sfackler/tokio" }
|
tokio-codec = { git = "https://github.com/tokio-rs/tokio" }
|
||||||
tokio-reactor = { git = "https://github.com/sfackler/tokio" }
|
tokio-reactor = { git = "https://github.com/tokio-rs/tokio" }
|
||||||
tokio-executor = { git = "https://github.com/sfackler/tokio" }
|
tokio-executor = { git = "https://github.com/tokio-rs/tokio" }
|
||||||
|
@ -133,7 +133,7 @@ impl Connection {
|
|||||||
Ok(AsyncSink::NotReady(message)) => {
|
Ok(AsyncSink::NotReady(message)) => {
|
||||||
self.responses.push_front(sender);
|
self.responses.push_front(sender);
|
||||||
self.pending_response = Some(message);
|
self.pending_response = Some(message);
|
||||||
trace!("poll_read: waiting on socket");
|
trace!("poll_read: waiting on sender");
|
||||||
return Ok(None);
|
return Ok(None);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user