Grom PE <[email protected]> added the comment:

Minimal test program:

import urllib2
import socket

# Commenting the following line out removes the bug
socket.setdefaulttimeout(300)
        
# Changing the following to http:// link removes the bug
request = urllib2.Request('https://www.youtube.com/')

print "Reading"
urllib2.urlopen(request).read()
print "Done reading"

----------
status: unread -> chatting
title: youtube-dl stuck at the end of HTTPS stream -> read() stuck at the end 
of HTTPS stream

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1523>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to