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.
Original issue reported on code.google.com by bjou...@gmail.com on 3 Apr 2011 at 10:49
Original issue reported on code.google.com by
bjou...@gmail.com
on 3 Apr 2011 at 10:49