[issue21468] NNTPLib connections become corrupt after long periods of activity

Martin Panter report at bugs.python.org
Sun Sep 7 05:47:33 CEST 2014


Martin Panter added the comment:

Perhaps this is similar to Issue 22350 which I just raised. Whenever the NNTP context manager exits, a QUIT command is called, and if the context manager is exiting due to a protocol error or some other exception not handled by the protocol, the code will try and read other protocol data as the QUIT response.

Perhaps your code was interrupted in the middle of reading a yEnc binary body and that is why it looks like garbage?

----------
nosy: +vadmium

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


More information about the Python-bugs-list mailing list