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

disable stalled stream protection on empty bodies and after read complete #3644

Merged
merged 16 commits into from
May 17, 2024

Commits on May 14, 2024

  1. disable stalled stream protection on empty bodies and after data has …

    …been handed off to http layer
    aajtodd committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f84e5fb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    07d5e51 View commit details
    Browse the repository at this point in the history
  2. fix download test

    aajtodd committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a9d19d4 View commit details
    Browse the repository at this point in the history
  3. fix multiple version bumps

    aajtodd committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c30e54d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc4b1db View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. add additional tests

    aajtodd committed May 16, 2024
    Configuration menu
    Copy the full SHA
    22a0e30 View commit details
    Browse the repository at this point in the history
  2. set SSP grace period to 20s

    add tests for is_end_stream to ByteStream
    add tests for size_hint to ByteStream
    fix http_body_consumes_data test
    Velfi committed May 16, 2024
    Configuration menu
    Copy the full SHA
    fccc930 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    711fe26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e08df6a View commit details
    Browse the repository at this point in the history
  3. unify DEFAULT_GRACE_PERIOD consts

    fix is_end_stream for 0 length PathBody that hasn't been polled
    Velfi committed May 17, 2024
    Configuration menu
    Copy the full SHA
    028af04 View commit details
    Browse the repository at this point in the history
  4. remove unused dependency

    Velfi committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e2e3824 View commit details
    Browse the repository at this point in the history
  5. respond to PR comments

    Velfi committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1b282f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    287dd10 View commit details
    Browse the repository at this point in the history
  7. rename method mark_complete

    Velfi committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a07103b View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: ysaito1001 <[email protected]>
    Velfi and ysaito1001 authored May 17, 2024
    Configuration menu
    Copy the full SHA
    3b27db8 View commit details
    Browse the repository at this point in the history
  9. respond to PR comments

    Velfi committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cd893fc View commit details
    Browse the repository at this point in the history