mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-21 02:33:23 +00:00
Add missing cleanup
This was harmless, but best to be consistent.
This commit is contained in:
committed by
Dirkjan Ochtman
parent
eba8048a58
commit
97d093ff17
@@ -606,6 +606,7 @@ impl Endpoint {
|
||||
.remove(&self.connections[ch].remote());
|
||||
self.dirty_timers.remove(&ch);
|
||||
self.eventful_conns.remove(&ch);
|
||||
self.needs_transmit.remove(&ch);
|
||||
self.connections.remove(ch.0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user