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 giampaolo.rodola
Recipients giampaolo.rodola, pitrou
Date 2011-05-21.19:08:16
SpamBayes Score 0.005185977
Marked as misclassified No
Message-id <1306004897.28.0.355788486498.issue12139@psf.upfronthosting.co.za>
In-reply-to
Content
voidcmd() expects a response code starting with "2" and automatically raises an exception otherwise.
A server succesfully accepting the CCC command is supposed to first reply with 220 and then shutdown() the SSL layer.
Client is supposed to do the same: first receive the 2xx response and then make the shutdown().
History
Date User Action Args
2011-05-21 19:08:17giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou
2011-05-21 19:08:17giampaolo.rodolasetmessageid: <1306004897.28.0.355788486498.issue12139@psf.upfronthosting.co.za>
2011-05-21 19:08:16giampaolo.rodolalinkissue12139 messages
2011-05-21 19:08:16giampaolo.rodolacreate