NGSegovia / wsgi-intercept

Automatically exported from code.google.com/p/wsgi-intercept
Other
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 chris.d...@gmail.com on 25 Jul 2011 at 11:11

Attachments:

GoogleCodeExporter commented 8 years ago
I'll second this issue. And the patch provided works.

Original comment by michael....@gmail.com on 11 Nov 2011 at 12:01

GoogleCodeExporter commented 8 years ago
if anyone is interested in getting commit access to push patches like this, 
just let me know: kumar.mcmillan@gmail.com -- 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 commented 8 years ago
I've patched the code with the patch at r56

Original comment by chris.d...@gmail.com on 12 Nov 2011 at 2:43