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 neologix
Recipients Hiroaki.Kawai, neologix, pitrou
Date 2013-04-09.14:58:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM3tKucou3AOkeT-hVfC1c1eiX5d3Zw94ApMMs9ywoz+RQ@mail.gmail.com>
In-reply-to <CABD3daoic+F26=yv+_FF+PQ+_T-d_shvtO5gtHX5241w=WatYw@mail.gmail.com>
Content
> Client gets an exception in reading the socket, not in writing. Please run
> the test code and see what happens.

Of course it gets ECONNRESET on subsequent recv(), that's how TCP works.

Just make your handler read from the socket and it won't happen anymore.
History
Date User Action Args
2013-04-09 14:58:17neologixsetrecipients: + neologix, pitrou, Hiroaki.Kawai
2013-04-09 14:58:17neologixlinkissue17672 messages
2013-04-09 14:58:17neologixcreate