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

Properly check validity of a session ID #1390

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

highpon
Copy link
Contributor

@highpon highpon commented Dec 3, 2022

Related Issue #1367

Changes

  • check if the session ID is a valid client-initiated stream id.
  • check if the session ID is a valid bidirectional stream id.
  • check if the session ID is a allowed value.

Copy link
Member

@martinthomson martinthomson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have a test (or tests) that can show how this change corrects a concrete issue?

@larseggert
Copy link
Collaborator

@highpon would you have that test available or should this be closed?

@larseggert larseggert linked an issue Feb 1, 2024 that may be closed by this pull request
@larseggert
Copy link
Collaborator

Making this a draft PR until it becomes reviewable again.

@larseggert larseggert marked this pull request as draft April 15, 2024 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Properly check validity of a session ID
3 participants