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

Testing Server Connection Establishment #52

Open
14 tasks
alex-dukhno opened this issue Jul 28, 2020 · 0 comments
Open
14 tasks

Testing Server Connection Establishment #52

alex-dukhno opened this issue Jul 28, 2020 · 0 comments
Assignees
Labels

Comments

@alex-dukhno
Copy link
Collaborator

  • Failure Connection Establishment
    • malformed frame (random bytes)
      • stream is not 0
      • keepalive is <= 0
      • max-life-time is <= 0
      • frame does contain all required fields
    • valid frame before SETUP frame
      INVALID_SETUP - if version is not supported
      UNSUPPORTED_SETUP - if frame is malformed
  • Failure Connection Establishment with RESUME flag enabled
    • SETUP frame but server doesn't support resumability
    • RESUME frame but server doesn't support resumability
    • RESUME frame but session has expired
    • malformed SETUP with RESUME flag (e.g. no resume token) or without RESUME flag with resume token
      Server sends REJECTED_RESUME
  • Failure Connection Establishment with LEASE flag enabled
    • Server without support leasing
@alex-dukhno alex-dukhno self-assigned this Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant