]> git.ipfire.org Git - thirdparty/httpx.git/commit
Correctly handle ipv6 addresses as a part of URL (#1349)
authorcdeler <serj.krotov@gmail.com>
Thu, 8 Oct 2020 08:37:13 +0000 (11:37 +0300)
committerGitHub <noreply@github.com>
Thu, 8 Oct 2020 08:37:13 +0000 (11:37 +0300)
commit7fda99fcefcd0301fab3e5268919ad463352d4c6
treefb01a3530719b61abcf3a803837e63340d16958a
parentdbbcf438cd4e07d75b976350042f4042cadf9524
Correctly handle ipv6 addresses as a part of URL (#1349)

* Correctly handle ipv6 addresses as a host

* Fixed typo

* Added an extra rfc reference

* Update tests/models/test_url.py

* Update tests/models/test_url.py
httpx/_models.py
tests/models/test_url.py