-
- Downloads
Use "host" header field if ":authority" is not present
":authority" is not mandatory in HTTP/2 unless request method is "CONNECT". If ":authority" is not present, server should look for "host" header field. This patch does not check method value, it is a future TODO. This is a first step for GH-1022.
Please register or sign in to comment