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 pitrou
Recipients pitrou, python-dev, serhiy.storchaka, vstinner
Date 2013-06-23.13:31:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371994285.92.0.474695570092.issue18135@psf.upfronthosting.co.za>
In-reply-to
Content
I'm sorry to chime in a bit late, but I think this isn't the correct solution. Right now partial writes are not possible on a SSL socket, but this commit makes them possible. See http://bugs.python.org/issue8240 and http://bugs.python.org/issue12197 for some background.

I think the right solution here would be to raise OverflowError, not truncate the output.
History
Date User Action Args
2013-06-23 13:31:25pitrousetrecipients: + pitrou, vstinner, python-dev, serhiy.storchaka
2013-06-23 13:31:25pitrousetmessageid: <1371994285.92.0.474695570092.issue18135@psf.upfronthosting.co.za>
2013-06-23 13:31:25pitroulinkissue18135 messages
2013-06-23 13:31:25pitroucreate