You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using versions of httplib2 prior to 0.7.0 wsgi_intercept.httplib2 works just
fine. Changes in 0.7.0 that allow different connectors to be used depending on
whether app engine is present make the overrides used by the interceptor no
longer work. The attached patch does the override with the new mechanism.
It's probably possible to make the change work with older versions of httplib2,
but I didn't bother since that version is nearly two years old.
Original issue reported on code.google.com by [email protected] on 25 Jul 2011 at 11:11
if anyone is interested in getting commit access to push patches like this,
just let me know: [email protected] -- I don't use the intercept on any
active projects right now so I don't want to hold you guys back.
Original comment by kumar.mcmillan on 11 Nov 2011 at 12:40
Original issue reported on code.google.com by
[email protected]
on 25 Jul 2011 at 11:11Attachments:
The text was updated successfully, but these errors were encountered: