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

Enable HTTP/2 again #261

Closed
wants to merge 2 commits into from
Closed

Commits on Oct 25, 2020

  1. Enable HTTP/2 again

    Given that golang/go#39337 and
    golang/go#40201 are fixed:
    
    - We now have a function to configure HTTP/2 transport,
      therefore we have a "ping" every 5 minutes on the line
      if not traffic is doing on
    - Dead HTTP/2 connections will be removed from the pool
    
    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    828f277 View commit details
    Browse the repository at this point in the history
  2. Tidy

    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    e21716b View commit details
    Browse the repository at this point in the history