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

HTTP/2 connections are closed without responding to pings #381

Closed
sethmlarson opened this issue Sep 24, 2019 · 1 comment · Fixed by #627
Closed

HTTP/2 connections are closed without responding to pings #381

sethmlarson opened this issue Sep 24, 2019 · 1 comment · Fixed by #627
Labels
bug Something isn't working http/2 Issues and PRs related to HTTP/2

Comments

@sethmlarson
Copy link
Contributor

client.request("GET", https://www.google.com")

# ... wait a few minutes

# This request hangs indefinitely due to connection being closed with NO_ERROR
client.request("GET", https://www.google.com")
@sethmlarson sethmlarson added bug Something isn't working http/2 Issues and PRs related to HTTP/2 labels Sep 24, 2019
dalf added a commit to dalf/searx that referenced this issue Oct 20, 2019
see https://github.com/encode/httpx
disable HTTP2 (from h2 project): see encode/httpx#381
working image proxy (with stream)
@tomchristie
Copy link
Member

Closed via #627

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working http/2 Issues and PRs related to HTTP/2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants