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

Close connection if Session Id is invalid StreamId #1282

Closed
ddragana opened this issue Dec 2, 2021 · 2 comments
Closed

Close connection if Session Id is invalid StreamId #1282

ddragana opened this issue Dec 2, 2021 · 2 comments
Labels
p2 Issues that we want to fix

Comments

@ddragana
Copy link
Contributor

ddragana commented Dec 2, 2021

If at any point a session ID is received that cannot be a valid ID for a
client-initiated bidirectional stream, the recipient MUST close the
connection with an H3_ID_ERROR error code.

@ddragana ddragana added the p2 Issues that we want to fix label Dec 2, 2021
@ddragana
Copy link
Contributor Author

ddragana commented Dec 2, 2021

On the client side we will just reject a stream at the moment. We should be more strict.

ON the server side, we also reject streams if the session does not exist. This will change when issue #1285 is resolved.

@ddragana
Copy link
Contributor Author

ddragana commented Oct 5, 2022

This is a dup of #1367 .

The other issue has more information.

@ddragana ddragana closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2 Issues that we want to fix
Projects
None yet
Development

No branches or pull requests

1 participant