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 ngie
Recipients ngie
Date 2014-02-08.00:55:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391820943.88.0.107305353589.issue20558@psf.upfronthosting.co.za>
In-reply-to
Content
The logging module checks for ECONNRESET if it's equal to 104. This is valid on Linux, but not [some] other OSes. On FreeBSD and OpenBSD [*] it's 54, not 104.

The attached patch fixes the logging code to check for errno.ECONNRESET in !win32 environments.

http://www.openbsd.org/cgi-bin/man.cgi?query=errno&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=htmlvim
History
Date User Action Args
2014-02-08 00:55:43ngiesetrecipients: + ngie
2014-02-08 00:55:43ngiesetmessageid: <1391820943.88.0.107305353589.issue20558@psf.upfronthosting.co.za>
2014-02-08 00:55:43ngielinkissue20558 messages
2014-02-08 00:55:43ngiecreate