A `CONNECT` request without a `:path` header, which *must* be omitted according to the [specification](https://tools.ietf.org/html/rfc7540#section-8.3): > The ":scheme" and ":path" pseudo-header fields MUST be omitted. Causes `ProtocolError('Header block missing mandatory :path header')` Related to #319