h2 icon indicating copy to clipboard operation
h2 copied to clipboard

”Header block missing mandatory :path header” when using CONNECT as per the HTTP/2 specification

Open Gallaecio opened this issue 4 years ago • 0 comments

A CONNECT request without a :path header, which must be omitted according to the specification:

The ":scheme" and ":path" pseudo-header fields MUST be omitted.

Causes ProtocolError('Header block missing mandatory :path header')

Related to #319

Gallaecio avatar Feb 24 '21 06:02 Gallaecio