]> git.meshlink.io Git - meshlink/commit
Fix assert that could incorrectly be triggered when a peer closed the channel.
authorGuus Sliepen <guus@meshlink.io>
Mon, 18 May 2020 21:24:56 +0000 (23:24 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 18 May 2020 21:24:56 +0000 (23:24 +0200)
commit0f0bea383106de1a896905fdf8a56f55265bce74
tree10d50edd3832c3444642cf929e5d5ce57a065bcf
parent13d81341aca563b0e53b0de9475ad2b02c7b5a3c
Fix assert that could incorrectly be triggered when a peer closed the channel.

If we are sending AIO data on a channel and the peer closed the connection,
we could trigger an assert incorrectly.
src/meshlink.c