Descriptioncodereview: give up on http fetch after 30 seconds
If Python blocks in the SSL handshake it seems to be
completely uninterruptible, and I've been seeing it
block for at least hours recently. I don't know if the
problem is on the client side or the server side or
somewhere in the network, but setting the timeout
at least means you're guaranteed a new shell prompt
(after printing some errors).
Patch Set 1 #Patch Set 2 : diff -r cb5d4e9555d2 https://code.google.com/p/go/ #Patch Set 3 : diff -r cb5d4e9555d2 https://code.google.com/p/go/ #Patch Set 4 : diff -r cb5d4e9555d2 https://code.google.com/p/go/ #Patch Set 5 : diff -r 4ccc0b275911 https://code.google.com/p/go/ #MessagesTotal messages: 5
|