]> jfr.im git - z_archive/twitter.git/commit
Merge pull request #216 from edi-bice/master
authorMike Verdone <redacted>
Mon, 24 Mar 2014 20:00:27 +0000 (21:00 +0100)
committerMike Verdone <redacted>
Mon, 24 Mar 2014 20:00:27 +0000 (21:00 +0100)
commitc34d321e621d3a85c4b3daaaca4bfce9b1b13e79
treeb9a291eacabadfae43c4e901e33409a1bea3339c
parentac98c9826c24f6eae0a1d0b5b59db11759a3652c
parente107d2096a25c9f2ca589be0c41a2e25cb066bdc
Merge pull request #216 from edi-bice/master

--follow-redirects hangs indefinitely on certain urls
urllib2 opener open lacked a timeout parameter causing it to hang indefinitely on certain URLs where the host does not send back any data - added timeout=1 for now and will expose as parameter later - also added socket.timeout exception to list of exceptions handled