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 martin.panter
Recipients christian.heimes, martin.panter, python-dev, serhiy.storchaka, xdegaye, xiang.zhang, zach.ware
Date 2016-12-24.06:45:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482561934.23.0.705865609078.issue28971@psf.upfronthosting.co.za>
In-reply-to
Content
Max_over_line.patch is my attempt: Keep the original _MAXLINES = 2048 code, but override it with _MAX_OVER_LINE = 64000 when reading OVER response lines. I also added a test case.
History
Date User Action Args
2016-12-24 06:45:34martin.pantersetrecipients: + martin.panter, christian.heimes, xdegaye, python-dev, zach.ware, serhiy.storchaka, xiang.zhang
2016-12-24 06:45:34martin.pantersetmessageid: <1482561934.23.0.705865609078.issue28971@psf.upfronthosting.co.za>
2016-12-24 06:45:34martin.panterlinkissue28971 messages
2016-12-24 06:45:34martin.pantercreate