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 vstinner
Recipients pitrou, python-dev, serhiy.storchaka, vstinner
Date 2013-06-23.13:45:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371995154.18.0.0542911541037.issue18135@psf.upfronthosting.co.za>
In-reply-to
Content
> Right now partial writes are not possible on a SSL socket, but this commit makes them possible.

Oh, I didn't know (forgot) that SSL does allow partial write by default.

> I think the right solution here would be to raise OverflowError, not truncate the output.

Do you mean always? Or only if the SSL_MODE_ENABLE_PARTIAL_WRITE option is not set?
History
Date User Action Args
2013-06-23 13:45:54vstinnersetrecipients: + vstinner, pitrou, python-dev, serhiy.storchaka
2013-06-23 13:45:54vstinnersetmessageid: <1371995154.18.0.0542911541037.issue18135@psf.upfronthosting.co.za>
2013-06-23 13:45:54vstinnerlinkissue18135 messages
2013-06-23 13:45:54vstinnercreate