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

fix: Drop of Initial space only after sending 1st Handshake #2118

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 16, 2024

  1. fix: Drop of Initial space only after sending 1st Handshake

    This is what RFC9000 says, and it helps with servers that expect ACKs in
    the Initial packet number space to happen. It also eliminates a
    difference in behavior we had when a client received an Initial packet
    containing an ACK and a CRYPTO frame vs. a CRYPTO frame and an ACK,
    where that CRYPTO frame caused the Initial packet number space to be
    dropped.
    
    Broken out of mozilla#1998
    larseggert committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    16ab31c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    ea03722 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    eb0bb75 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    3c42d4b View commit details
    Browse the repository at this point in the history