-
Notifications
You must be signed in to change notification settings - Fork 20
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
Receiving mp_new_connection_id-frame for non-existing uniflow id #13
Comments
Indeed, the multipath plugin does not check the value of the transport parameter provided by its peer to reserve new connection ID frames. Going to implement a fix for this :-) |
This should have been fixed in the latest commits. Could you check that it is ok now? |
Running an endpoint on the latest commit seems to indeed solve the issue. Thank you for the fix, closing this issue now. |
The fix should now be deployed on the public test endpoint as well. |
Upon setting up a connection where my client sets the transport parameter "max_sending_uniflow_id" to 0 it still receives a mp_new_connection_id-frame where the uniflow_id is set to 1, resulting in an error because the client does not have a uniflow with id 1 for the connection.
The text was updated successfully, but these errors were encountered: