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
{{ message }}
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
Summary
Steps to reproduce
Push a long list of options (commonly
route
options) so that the server sends PUSH_REPLY in a multipart fashion withpush-continuation 2
.What is the current bug behavior?
Throws
.malformedPushReply
because it can't always find required options liketopology
,ifconfig
etc.What is the expected correct behavior?
Handle
push-continuation
correctly (2 = more to come, 1 = last).Relevant logs and/or screenshots
Possible fixes suggested remediation
The text was updated successfully, but these errors were encountered: