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

Conversation

roidelapluie
Copy link
Member

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

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>
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
@brian-brazil
Copy link
Contributor

golang/go#39750 and golang/go#32388 aren't closed yet, is this really ready to go?

Do we need to wait for a Go release? We should also have the original reporter try all of this out to be sure.

@roidelapluie
Copy link
Member Author

I was thinking golang/go#39337 is the same as golang/go#39750 , and golang/go#32388 is solved by setting the timeouts?

@brian-brazil
Copy link
Contributor

I'm not sure looking at those, @JensErat can you help us figure out if this is all sufficiently fixed on Go's end?

Base automatically changed from master to main February 23, 2021 19:38
Base automatically changed from main to master February 23, 2021 19:42
Base automatically changed from master to main February 26, 2021 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants