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 fantix
Recipients abacabadabacaba, achimnol, aeros, asvetlov, fantix, lukasz.langa, miss-islington, ned.deily, vstinner, yselivanov
Date 2020-05-28.00:50:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590627044.8.0.676340857119.issue30064@roundup.psfhosted.org>
In-reply-to
Content
Not a simple one - FreeBSD is returning ECONNREFUSED immediately when trying to connect to a non-listening port on the loopback address:

https://lists.freebsd.org/pipermail/freebsd-current/2005-May/049876.html

Then all following connect attempts on the same socket return ECONNREFUSED regardless of whether the port is listening or not. I think I'll have to skip this test on FreeBSD.
History
Date User Action Args
2020-05-28 00:50:44fantixsetrecipients: + fantix, vstinner, ned.deily, asvetlov, abacabadabacaba, lukasz.langa, yselivanov, achimnol, miss-islington, aeros
2020-05-28 00:50:44fantixsetmessageid: <1590627044.8.0.676340857119.issue30064@roundup.psfhosted.org>
2020-05-28 00:50:44fantixlinkissue30064 messages
2020-05-28 00:50:44fantixcreate