New issue 139 by bjou...@gmail.com: 302 redirects on post requests can lead
to infinite redirect loops
http://code.google.com/p/httplib2/issues/detail?id=139
When you post to an URL, say http://somedomain.com/ and the server replies
with 302 redirect to the same url "/". Then httplib2 will try to post the
same data again which leads to an infinite redirect loop. httplib2 should
translate the redirect to a get request to break the loop like web browsers
do.
Comment #1 on issue 139 by joe.gregorio: 302 redirects on post requests can
lead to infinite redirect loops
http://code.google.com/p/httplib2/issues/detail?id=139
This issue was closed by revision 10586b0a5ab0.