Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc/multistream-select: Differentiate interpretation of EOF #1823

Merged
merged 9 commits into from
Nov 9, 2020
Prev Previous commit
Next Next commit
misc/multistream-select/CHANGELOG: Update
mxinden committed Nov 9, 2020
commit 1ff4801a167e39eec13699fb31d945bf7483869d
2 changes: 1 addition & 1 deletion misc/multistream-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 0.8.5 [unreleased]

- As a listener do not interpret EOF error as an IO error, but instead as a
- During negotiation do not interpret EOF error as an IO error, but instead as a
negotiation error. See https://github.com/libp2p/rust-libp2p/pull/1823.

# 0.8.4 [2020-10-20]