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 Ivan.Pozdeev
Recipients Ivan.Pozdeev, giampaolo.rodola, peterpan
Date 2016-12-09.12:16:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481285792.6.0.966197751715.issue25458@psf.upfronthosting.co.za>
In-reply-to
Content
The current solution looks fishy to me. We should stick to https://tools.ietf.org/html/rfc959 . In particular, 226 is sent when the server closes the auxiliary socket, so the module should react accordingly. Debug printing and/or issuing warnings is an obvious no-go.

Also attached a text file illustrating the problem.
History
Date User Action Args
2016-12-09 12:16:32Ivan.Pozdeevsetrecipients: + Ivan.Pozdeev, giampaolo.rodola, peterpan
2016-12-09 12:16:32Ivan.Pozdeevsetmessageid: <1481285792.6.0.966197751715.issue25458@psf.upfronthosting.co.za>
2016-12-09 12:16:32Ivan.Pozdeevlinkissue25458 messages
2016-12-09 12:16:32Ivan.Pozdeevcreate