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 manu
Recipients loewis, manu, r.david.murray
Date 2016-12-16.06:22:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481869333.54.0.94237832901.issue28968@psf.upfronthosting.co.za>
In-reply-to
Content
Hi David Murray,
Thanks for replying.

I have mentioned that my client and server are running on same host. So communication is going through localhost address.

I have checked for possible reasons of connection reset by peer error, below are the possible causes,

1) The machine is connected to the network, and the network is not responsive. 
2) The other side of the connection is not running normally. 
3) There are not enough system resources available. Free up system resources if they are running low. 

Possibility for 1 and 2 are not applicable as it is loopback communication.

For Possibility 3, I have already checked system resource and there are enough resources. 

You can check below stack overflow link.
http://stackoverflow.com/questions/1434451/what-does-connection-reset-by-peer-mean?rq=1
History
Date User Action Args
2016-12-16 06:22:13manusetrecipients: + manu, loewis, r.david.murray
2016-12-16 06:22:13manusetmessageid: <1481869333.54.0.94237832901.issue28968@psf.upfronthosting.co.za>
2016-12-16 06:22:13manulinkissue28968 messages
2016-12-16 06:22:12manucreate