Tagged Questions
8
votes
4answers
26k views
104, 'Connection reset by peer' socket error, or When does closing a socket result in a RST rather than FIN?
We're developing a Python web service and a client web site in parallel. When we make an HTTP request from the client to the service, one call consistently raises a socket.error in socket.py, in ...