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
Date 2008-09-09.13:56:25
SpamBayes Score 0.06285541
Marked as misclassified No
Message-id <1220968645.43.0.419983108509.issue3817@psf.upfronthosting.co.za>
In-reply-to
Content
RFC-959 at chapter 5.4 includes 225 as a possible response to an ABOR
command.
225 should be sent by server when a client issues an ABOR command and
there's no data transfer to abort.
The patch in attachment includes 225 code in the list of positive ABOR
response codes.


[1] http://www.ietf.org/rfc/rfc0959.txt
History
Date User Action Args
2008-09-09 13:57:25giampaolo.rodolasetrecipients: + giampaolo.rodola
2008-09-09 13:57:25giampaolo.rodolasetmessageid: <1220968645.43.0.419983108509.issue3817@psf.upfronthosting.co.za>
2008-09-09 13:56:26giampaolo.rodolalinkissue3817 messages
2008-09-09 13:56:25giampaolo.rodolacreate