Files
py-libp2p/newsfragments/355.bugfix.rst
2019-11-27 10:38:08 -08:00

3 lines
189 B
ReStructuredText

Fixes KeyError when peer in a stream accidentally closes and resets the stream, because handlers
for both will try to ``del streams[stream_id]`` without checking if the entry still exists.