This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jhp7e
Recipients jhp7e
Date 2013-03-29.00:15:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364516150.61.0.364872176062.issue17569@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-29 00:15:50jhp7esetrecipients: + jhp7e
2013-03-29 00:15:50jhp7esetmessageid: <1364516150.61.0.364872176062.issue17569@psf.upfronthosting.co.za>
2013-03-29 00:15:50jhp7elinkissue17569 messages
2013-03-29 00:15:50jhp7ecreate