We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
A CONNECT request without a :path header, which must be omitted according to the specification:
CONNECT
:path
The ":scheme" and ":path" pseudo-header fields MUST be omitted.
Causes ProtocolError('Header block missing mandatory :path header')
ProtocolError('Header block missing mandatory :path header')
Related to #319
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A
CONNECT
request without a:path
header, which must be omitted according to the specification:Causes
ProtocolError('Header block missing mandatory :path header')
Related to #319
The text was updated successfully, but these errors were encountered: