-
Notifications
You must be signed in to change notification settings - Fork 127
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
Crash in [@ neqo_transport::path::Path::remote_cid] #1566
Comments
See https://bugzilla.mozilla.org/show_bug.cgi?id=1881884#c0 for a way to reproduce this against the server |
@valenting Would it be sufficient to not crash and instead terminate the connection? Or is an actual fix needed? |
That's definitely better than crashing. |
@KershawChang says in https://bugzilla.mozilla.org/show_bug.cgi?id=1874582#c4 this will be fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1882863, i.e., #1697. So we may be done here? |
Right! I think this is fixed. |
See https://bugzilla.mozilla.org/show_bug.cgi?id=1874582
Apparently,
remote_cid
can beNone
when sending aClosingFrame
, but it's not clear why theremote_cid
is not set.The text was updated successfully, but these errors were encountered: