Parsing issue of the CONNECT method #2599
Unanswered
TUO-Wu
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version
bfa754e
Platform
Ubuntu 11.4.0-1ubuntu1~22.04
Description
Hello, I may have found a bug in uvicorn's parsing of
CONNECT
requests.RFC 9112 says this:
However, uvicorn does not reject such
CONNECT
request, and does not establish a proxy connection. It responses with200 OK
.For example:
Here are some logs:
Beta Was this translation helpful? Give feedback.
All reactions