mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
"host" header is considered an invalid HTTP/2 header, and I think that, although we log it, the parser does not send it. However, this is equivalent to a silent fail. We'll be then copying cURL's behaviour, i.e. use the user-set "host" as ":authority", but we'll be logging this behaviour, in case it changes in the future. Fixes #177