Open GoogleCodeExporter opened 9 years ago
I had a similar issue with a python tumblr-api library built using httplib2. I
had been using the tumblr.com dns entry to pull from the api and there had been
a redirect put in place to use our blog entry. As a result httplib2 was
caching the redirect and dropping the content from the cache. It was a
complete headache trying to figure out what was wrong initially. All I had to
do was alter my urls, so due to a mixup on communications between myself and
another developer. But on the other hand, would be been nice if httplib2 could
of handled this more gracefully or thrown and exceptions.
Original comment by mga...@gmail.com
on 19 Jul 2010 at 3:50
Original issue reported on code.google.com by
joe.gregorio@gmail.com
on 5 Nov 2007 at 4:02