cannot handle http2 requests after installed httptools #2448
Unanswered
yluuu16
asked this question in
Potential Issue
Replies: 1 comment
-
Uvicorn doesn't support HTTP/2, regardless of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
env details(Ubuntu 20.04.2 LTS, 5.4.0-144-generic, x86_64):
the python code:
when i make a request with
java.net.http.HttpClient
, the output of the print is:I uninstall httptools [
pip uninstall -y httptools
] and make the same request, the output is:Beta Was this translation helpful? Give feedback.
All reactions