Charles-François Natali added the comment:

> sometimes RST was sent over the network instead of FIN

Your client sends data, but the server never reads it: when a TCP socket is 
closed while there's still data in the input socket buffer, a RST is sent 
instead of a FIN. That's normal behaviour.

----------
nosy: +neologix

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17672>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to