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(http2): check content-length, fix sending RST #53160

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

Commits on May 26, 2024

  1. Check content-length before calling stream_close_callback with error …

    …code 0
    Gil Pedersen authored and szmarczak committed May 26, 2024
    Configuration menu
    Copy the full SHA
    92c120c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdd617c View commit details
    Browse the repository at this point in the history
  3. fix a test

    szmarczak committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8d9a13c View commit details
    Browse the repository at this point in the history
  4. [skip ci] fix: lint

    szmarczak committed May 26, 2024
    Configuration menu
    Copy the full SHA
    982b7ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b08b13 View commit details
    Browse the repository at this point in the history
  6. more bug fixes

    szmarczak committed May 26, 2024
    Configuration menu
    Copy the full SHA
    673aa4d View commit details
    Browse the repository at this point in the history
  7. [skip ci] fix a test

    szmarczak committed May 26, 2024
    Configuration menu
    Copy the full SHA
    5860b4a View commit details
    Browse the repository at this point in the history
  8. more bug fixes

    szmarczak committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6db21c5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix two tests

    szmarczak committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d4ec45f View commit details
    Browse the repository at this point in the history
  2. fix goaway bugs

    szmarczak committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5ded0cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1681cc6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fix a bug

    szmarczak committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4ec25e2 View commit details
    Browse the repository at this point in the history
  2. format cpp

    szmarczak committed May 28, 2024
    Configuration menu
    Copy the full SHA
    75b4220 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. fix tests

    szmarczak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8393056 View commit details
    Browse the repository at this point in the history
  2. NGHTTP2_CONNECT_ERROR

    szmarczak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    850e331 View commit details
    Browse the repository at this point in the history
  3. test econnreset

    szmarczak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4575fbf View commit details
    Browse the repository at this point in the history
  4. [skip ci] hascrypto

    szmarczak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5765f12 View commit details
    Browse the repository at this point in the history
  5. bug fixes

    szmarczak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    20dfaa2 View commit details
    Browse the repository at this point in the history
  6. fix

    szmarczak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    de72e90 View commit details
    Browse the repository at this point in the history
  7. fix errors

    szmarczak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7eaa3f6 View commit details
    Browse the repository at this point in the history
  8. more verbose error checks

    szmarczak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3ffb941 View commit details
    Browse the repository at this point in the history
  9. refactor _destroy

    szmarczak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f5b4b7f View commit details
    Browse the repository at this point in the history
  10. less diff

    szmarczak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    dfea5e6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    eb34101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34725f3 View commit details
    Browse the repository at this point in the history
  3. [skip ci] fix that return

    szmarczak committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d3d2c97 View commit details
    Browse the repository at this point in the history
  4. throw on frame error

    szmarczak committed May 30, 2024
    Configuration menu
    Copy the full SHA
    9c597af View commit details
    Browse the repository at this point in the history
  5. fix a test

    szmarczak committed May 30, 2024
    Configuration menu
    Copy the full SHA
    67a4297 View commit details
    Browse the repository at this point in the history
  6. fix frame error

    szmarczak committed May 30, 2024
    Configuration menu
    Copy the full SHA
    600cc9a View commit details
    Browse the repository at this point in the history
  7. fix frame errors

    szmarczak committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c86387d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4d3a87 View commit details
    Browse the repository at this point in the history
  9. fix that again

    szmarczak committed May 30, 2024
    Configuration menu
    Copy the full SHA
    851df2e View commit details
    Browse the repository at this point in the history
  10. fix that again

    szmarczak committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ece37ba View commit details
    Browse the repository at this point in the history