Avoid reentrancy of send_data from PeerHandler::read_bytes. 2018-10-msg-resp-overhaul
authorMatt Corallo <git@bluematt.me>
Sat, 20 Oct 2018 22:17:19 +0000 (18:17 -0400)
committerMatt Corallo <git@bluematt.me>
Sat, 27 Oct 2018 13:42:04 +0000 (09:42 -0400)
This greatly simplifies clients of PeerHandler, and because almost
all response messages have already been moved to process_events
this doesn't change much effeciency-wise.


No differences found