Export to GitHub

httplib2 - issue #230
Expose meaningful exception for App Engine URLFetch ResponseTooLargeError
Posted on Oct 6, 2012 by
Grumpy Wombat
What steps will reproduce the problem? 1. Using httplib2 on App Engine, request document larger than 32 MB. 2. ResponseTooLargeError will be swallowed and HTTPException is thrown.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system? 0.7.6
Please provide any additional information below. https://developers.google.com/appengine/docs/python/urlfetch/exceptions
Comment #1
Posted on Nov 12, 2012 by Massive HippoThis issue was closed by revision e78fbc336997.
Status: Fixed
Labels:
Type-Defect
Priority-Medium