[issue17672] ssl unclean shutdown

Charles-François Natali report at bugs.python.org
Tue Apr 9 16:45:15 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17672>
_______________________________________


More information about the Python-bugs-list mailing list