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

feat(transport): configure HTTP/2 ReadIdleTimeout #882

Merged
merged 6 commits into from Apr 16, 2021

Commits on Feb 19, 2021

  1. feat(transport): configure HTTP/2 ReadIdleTimeout

    @neild recommended this setting so that the transport will
    do better at pruning dead HTTP/2 connections from the pool.
    
    WIP; need to:
    * Put under a build tag
    * Confirm this will work for other HTTP clients
    tritone committed Feb 19, 2021
    Copy the full SHA
    cdef3a6 View commit details
    Browse the repository at this point in the history
  2. use build tags and add docs

    tritone committed Feb 19, 2021
    Copy the full SHA
    abdad9c View commit details
    Browse the repository at this point in the history
  3. gofmt

    tritone committed Feb 19, 2021
    Copy the full SHA
    a81f9bd View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    tritone committed Feb 19, 2021
    Copy the full SHA
    8e0a004 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Copy the full SHA
    fcf5b81 View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    tritone committed Apr 16, 2021
    Copy the full SHA
    6073e69 View commit details
    Browse the repository at this point in the history