This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients christian.heimes, martin.panter, serhiy.storchaka, xdegaye, zach.ware
Date 2016-12-15.09:09:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481792991.67.0.546996586076.issue28971@psf.upfronthosting.co.za>
In-reply-to
Content
The patch:
1) Increases _MAXLINE to 4096.
2) Reverts issue 16040 and that is not correct, please ignore that part.

The changes made in issue 16040 limit the amount of data read by readline() and does not close the nntp session when the server sends a message whose size is greater than this limit. In that case, should not nntplib close the session as the session has become unusable as shown by the test_nntplib results in test_nntplib.log?
History
Date User Action Args
2016-12-15 09:09:51xdegayesetrecipients: + xdegaye, christian.heimes, martin.panter, zach.ware, serhiy.storchaka
2016-12-15 09:09:51xdegayesetmessageid: <1481792991.67.0.546996586076.issue28971@psf.upfronthosting.co.za>
2016-12-15 09:09:51xdegayelinkissue28971 messages
2016-12-15 09:09:51xdegayecreate