[issue17569] urllib2 urlopen truncates https pages after 32768 characters

J Porter report at bugs.python.org
Fri Mar 29 01:15:50 CET 2013


New submission from J Porter:

When using urllib2 to fetch page data from an https server, I found that only the first 32768 characters of the download were retrieved. Other browsers returned the full documents, so it does not appear to be a server issue. If http, rather than https is used on the same server, the full document is retrieved. No problems with shorter documents (<32768 characters). They were not truncated.

----------
components: Library (Lib)
messages: 185476
nosy: jhp7e
priority: normal
severity: normal
status: open
title: urllib2 urlopen truncates https pages after 32768 characters
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17569>
_______________________________________


More information about the Python-bugs-list mailing list