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: fix responses to long payload reqs #20084

Closed
wants to merge 5 commits into from

Commits on Apr 27, 2018

  1. http2: fix responses to long payload reqs

    When a request with a long payload is received, http2 does
    not allow a response that does not process all the incoming
    payload. Add a conditional Http2Stream.close call that runs
    only if the user hasn't attempted to read the stream.
    apapirovski committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    6f3d2a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d444e50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08fa98c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51adabe View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

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