fix typo (#9232)
This commit is contained in:
parent
77a5ce6bf3
commit
5737c21340
@ -670,7 +670,7 @@ impl Host {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn connection_closed(&self, token: TimerToken, io: &IoContext<NetworkIoMessage>) {
|
fn connection_closed(&self, token: StreamToken, io: &IoContext<NetworkIoMessage>) {
|
||||||
trace!(target: "network", "Connection closed: {}", token);
|
trace!(target: "network", "Connection closed: {}", token);
|
||||||
self.kill_connection(token, io, true);
|
self.kill_connection(token, io, true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user