]> git.ipfire.org Git - thirdparty/httpx.git/commit
Fix Host header and HSTS when the default port is explicitly included in URL (#649)
authorTom Christie <tom@tomchristie.com>
Fri, 20 Dec 2019 10:25:42 +0000 (10:25 +0000)
committerGitHub <noreply@github.com>
Fri, 20 Dec 2019 10:25:42 +0000 (10:25 +0000)
commit5ee512d803d1d6b49dc171e1114f0075618de78e
treeba7ee056f0dce7a00baed2ddce97683b2f4e82f2
parent6c69e0936b0ee1849f0749f04113ec3e6c92c9ff
Fix Host header and HSTS when the default port is explicitly included in URL (#649)
httpx/client.py
httpx/models.py
tests/client/test_headers.py
tests/models/test_url.py