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 connection pool optimisation #2257

Closed
wants to merge 11 commits into from
Closed

Commits on Jun 6, 2022

  1. Http2Pool handles the lifecycle of the cache with connections

    Cache Http2FrameCodec/Http2MultiplexHandler context
    violetagg committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    ce97087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb70d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2aa3a5 View commit details
    Browse the repository at this point in the history
  4. Http2StreamChannelBootstrap can be shared

    Http2StreamFrameToHttpObjectCodec can be shared
    Http2StreamBridgeClientHandler can be shared
    violetagg committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    a6f6e1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78e7ff2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7885fac View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Use better wording in javadoc and exception message

    Fix typo
    Adapt the junit tests
    violetagg committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    37653e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Polish javadoc

    violetagg committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    36441a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b567f7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43ea545 View commit details
    Browse the repository at this point in the history
  4. Obtain the application protocol once

    Cache H2CUpgradeHandler context
    violetagg committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    b536581 View commit details
    Browse the repository at this point in the history