]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop RedirectLoop exception (#819)
authorPiotr Staroszczyk <oczkers@gmail.com>
Mon, 24 Feb 2020 10:09:52 +0000 (11:09 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 10:09:52 +0000 (10:09 +0000)
commitefe9f61bc2f047574c7b78bbd3d00ca74f930196
tree66445f49988547102936eb072a218c9c5da92582
parentdb33c071e1591adea88060576c6e158ffb90781b
Drop RedirectLoop exception (#819)

* drop RedirectLoop exception

* tests is package to allow run it easly

* bring back test for redirect loop
.gitignore
httpx/__init__.py
httpx/_client.py
httpx/_exceptions.py
tests/__init__.py [new file with mode: 0644]
tests/client/test_redirects.py