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 ovex
Recipients gvanrossum, ovex, vstinner, yselivanov
Date 2015-10-01.20:04:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443729884.49.0.791488246249.issue25291@psf.upfronthosting.co.za>
In-reply-to
Content
when i run the server in one terminal and the client in another

the server output wold be:

Serving on ('127.0.0.1', 8443)
my transport None
my backlog len 2
my backlog size 4200

that output proves that it is trying to write into socket, 
while there is no transport!

see attached example server+client mini apps.
History
Date User Action Args
2015-10-01 20:10:22gvanrossumunlinkissue25291 messages
2015-10-01 20:04:44ovexsetrecipients: + ovex, gvanrossum, vstinner, yselivanov
2015-10-01 20:04:44ovexsetmessageid: <1443729884.49.0.791488246249.issue25291@psf.upfronthosting.co.za>
2015-10-01 20:04:44ovexlinkissue25291 messages
2015-10-01 20:04:44ovexcreate