]> git.ipfire.org Git - thirdparty/tornado.git/commit
simple_httpclient: after 303 redirect, turn all methods into GET 2918/head
authorPierce Lopez <pierce.lopez@gmail.com>
Tue, 22 Sep 2020 18:00:21 +0000 (14:00 -0400)
committerPierce Lopez <pierce.lopez@gmail.com>
Fri, 25 Sep 2020 18:11:13 +0000 (14:11 -0400)
commita443b243dd332ff61ed7c89094914de6beac17cc
tree5529e011d6ec480c6cdbb4a05e5cf36a24eae974
parented116096d6f4ad669f3c4ff30e7b36f8573d0ae9
simple_httpclient: after 303 redirect, turn all methods into GET

not just POST (but still not HEAD)

following the behavior of libcurl > 7.70
tornado/simple_httpclient.py