[pypy-issue] [issue1523] read() stuck at the end of HTTPS stream

Grom PE tracker at bugs.pypy.org
Mon Jul 1 21:52:33 CEST 2013


Grom PE <i at grompe.org.ru> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1523>
________________________________________


More information about the pypy-issue mailing list