Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

httplib2 0.7.0 and beyond don't work with wsgi_intercept.httplib2 (fix included) #21

Open
GoogleCodeExporter opened this issue Dec 4, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

I'll second this issue. And the patch provided works.

Original comment by [email protected] on 11 Nov 2011 at 12:01

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

I've patched the code with the patch at r56

Original comment by [email protected] on 12 Nov 2011 at 2:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant