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 session memory tracking and small clean up #30351

Closed

Commits on Dec 1, 2019

  1. Copy the full SHA
    6e47a4b View commit details
    Browse the repository at this point in the history
  2. http2: streamline OnStreamRead streamline memory accounting

    * avoid consecutive decrement/increment session memory calls.
    * only Resize the buffer when it is needed.
    * flip `stream_buf_offset_` condition to the LIKELY case.
    lundibundi committed Dec 1, 2019
    Copy the full SHA
    542924e View commit details
    Browse the repository at this point in the history