masperro / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

Timeout ignored for https on Python 2.6 #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a HTTPSConnectionWithTimeout, passing a timeout.
2. Check the timeout value.

What is the expected output? What do you see instead?
Should see timeout that was passed to __init__ but see the socket module's
global default sentinel instead.

What version of the product are you using? On what operating system?
svn trunk on Linux.

Original issue reported on code.google.com by matt.goo...@gmail.com on 25 Jun 2009 at 10:38

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed, changes are now in trunk.

Original comment by joe.gregorio@gmail.com on 16 Jul 2009 at 3:01