Open Gallaecio opened 3 years ago
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
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