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 janssen
Recipients amaury.forgeotdarc, ddvoinikov, giampaolo.rodola, janssen, josiah.carlson, josiahcarlson
Date 2008-12-04.18:21:26
SpamBayes Score 9.571985e-07
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Thanks for the patch.  It looks pretty good to me, but I can't help
thinking that there must be a better way of handling the recv() case; I
don't like copying that buffer several times (from the SSL code to
Python, from the Python to the buffer).
History
Date User Action Args
2008-12-04 18:21:28janssensetrecipients: + janssen, josiahcarlson, amaury.forgeotdarc, giampaolo.rodola, josiah.carlson, ddvoinikov
2008-12-04 18:21:27janssensetmessageid: <[email protected]>
2008-12-04 18:21:27janssenlinkissue3890 messages
2008-12-04 18:21:26janssencreate