Message136465
| 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:17 | giampaolo.rodola | set | recipients: + giampaolo.rodola, pitrou |
| 2011-05-21 19:08:17 | giampaolo.rodola | set | messageid: <1306004897.28.0.355788486498.issue12139@psf.upfronthosting.co.za> |
| 2011-05-21 19:08:16 | giampaolo.rodola | link | issue12139 messages |
| 2011-05-21 19:08:16 | giampaolo.rodola | create | |