●psf / requestsPublic
Issue #6448 Fix proxy bypass for NO_PROXY with port
Requests should respect NO_PROXY when a port is included in the proxy URL.
Requests should respect NO_PROXY when a port is included in the proxy URL.
Ready for review
● 2/3 checks passingpytest -q
● tests/test_no_proxy.py::test_no_proxy_without_port 0.21s
● tests/test_no_proxy.py::test_no_proxy_with_port 0.18s
● tests/test_no_proxy.py::test_no_proxy_with_auth 0.32s
○ tests/test_proxies.py::test_http_proxy –
● read_file requests/utils.py (120-200)
● search_code NO_PROXY port handling
● edit_file requests/utils.py
◉ edit_file tests/test_no_proxy.py
○ run_command pytest -q
Checks 2/3 passing
Conflicts None
Reviewers None requested
View PR ↗