[issue28968] xml rpc server fails with connection reset by peer error no 104

R. David Murray report at bugs.python.org
Thu Dec 15 09:23:41 EST 2016


R. David Murray added the comment:

Connection reset by peer means the far end has terminated the connection.  You'll probably need to do some protocol analysis (wireshark or a similar tool) to find out why the connection is being dropped, or perhaps you can look at the far end logging.  As it is, there isn't enough information here to speculate as to a cause, or if there is any bug in the python library code.

(FYI Martin von Loewis hasn't had much time for CPython development lately, so I doubt he'll respond.)

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28968>
_______________________________________


More information about the Python-bugs-list mailing list