]> git.ipfire.org Git - thirdparty/httpx.git/commit
fix: NO_PROXY should support IPv4, IPv6 and localhost (#2659)
authorJiayun Shen <jiayun.shen@foxmail.com>
Wed, 19 Apr 2023 12:14:37 +0000 (20:14 +0800)
committerGitHub <noreply@github.com>
Wed, 19 Apr 2023 12:14:37 +0000 (13:14 +0100)
commit15d09a3bbc20372cd87e48f17f7c9381c8220a0f
tree13b65805db11935d4e401d0eb12f9fa4c9121489
parent7d7c4f15b8784e4a550d974139acfa64193b32c2
fix: NO_PROXY should support IPv4, IPv6 and localhost (#2659)

* fix: NO_PROXY supports IPv4, IPv6 and localhost

* add more tests for test_get_environment_proxies

---------

Co-authored-by: Tom Christie <tom@tomchristie.com>
httpx/_utils.py
tests/test_utils.py