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

http2: migrates DATA frame payloads to the visitor API #34278

Merged
merged 7 commits into from
May 24, 2024

Commits on May 21, 2024

  1. Migrates DATA frame payloads to the visitor API.

    Signed-off-by: Biren Roy <birenroy@google.com>
    birenroy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    efaafe2 View commit details
    Browse the repository at this point in the history
  2. Added a deprecation note.

    Signed-off-by: Biren Roy <birenroy@google.com>
    birenroy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    02fce7d View commit details
    Browse the repository at this point in the history
  3. Adds inline comments for struct field names.

    Signed-off-by: Biren Roy <birenroy@google.com>
    birenroy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    829fb9c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Attempts to add test coverage.

    Signed-off-by: Biren Roy <birenroy@google.com>
    birenroy committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0ebc929 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Updates coverage exclusion annotations.

    Signed-off-by: Biren Roy <birenroy@google.com>
    birenroy committed May 23, 2024
    Configuration menu
    Copy the full SHA
    95b807c View commit details
    Browse the repository at this point in the history
  2. Updated spelling.

    Signed-off-by: Biren Roy <birenroy@google.com>
    birenroy committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cba6c30 View commit details
    Browse the repository at this point in the history
  3. Added DATA frame with padding test.

    Signed-off-by: Biren Roy <birenroy@google.com>
    birenroy committed May 23, 2024
    Configuration menu
    Copy the full SHA
    471c074 View commit details
    Browse the repository at this point in the history