Wake reader future when we fail to flush socket buffer
authorMatt Corallo <git@bluematt.me>
Sun, 3 Oct 2021 21:44:52 +0000 (21:44 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 10 May 2022 23:40:20 +0000 (23:40 +0000)
This avoids any extra calls to `read_event` after a write fails to
flush the write buffer fully, as is required by the PeerManager
API (though it isn't critical).


No differences found