You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix regression introduced by length-delimited upgrades which assumed that legacy-stream-delimited protocols handled requests and responses the same while it didn't. It allowed zero length requests while it didn't allow zero-length responses. This aligns the new implementation with that.
category: bug
ticket: #1956
🐞 Bug Report
Description
Relay
peerinfo
protocol is failing with latest main peers since they error on 0 length requests.Proposed Solution
Remove request length check for stream delimited protocols.
The text was updated successfully, but these errors were encountered: