Re: [Twisted-Python] are there known ssl/threading/socket issues with httplib2/httplib and Twisted ?

2014-09-18 Thread Dustin J. Mitchell
Are you by any chance using the same HTTPConnection instance in both threads? Dustin On Wed, Sep 17, 2014 at 9:44 PM, Andrew Bennetts wrote: > Jonathan Vanasco wrote: >> >> Background: >> I'm using a 3rd party API client, which uses httplib2 in the internals. >> ( the google-plus api

Re: [Twisted-Python] are there known ssl/threading/socket issues with httplib2/httplib and Twisted ?

2014-09-18 Thread Jonathan Vanasco
On Sep 18, 2014, at 8:35 AM, Dustin J. Mitchell wrote: > Are you by any chance using the same HTTPConnection instance in both threads? > > Dustin Ack! It looks like the snippet of sample code that I used as a constructor did that. I did not see that. This api library and docs are... frustra