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

Allow Addresses to have a max calls per connection #8386

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    5c15058 View commit details
    Browse the repository at this point in the history
  2. Allow AddressPolicy to have a max calls per connection

    This adds the ability for the Address Policy to also contain a maximum
    number of connections per Stream.
    
    In some environments it seems that OkHttp's HTTP/2 gets worse the more
    streams that are packed onto a single connection. By adding in the
    ability for users to alter their client's AddressPolicy to set a maximum
    number of connections per stream, they can control how much (if any)
    packing they want OkHttp to perform.
    peckb1 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    776239b View commit details
    Browse the repository at this point in the history
  3. Update API

    peckb1 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    04774b8 View commit details
    Browse the repository at this point in the history
  4. Run Spotless

    peckb1 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8c4a64e View commit details
    Browse the repository at this point in the history
  5. switch to this.withlock

    peckb1 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a4befc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96345cf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    6edc2f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5724e9d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. stop gap for flakey test

    peckb1 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6e9b44c View commit details
    Browse the repository at this point in the history