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 pitrou
Recipients m.sucajtys, orsenthil, pitrou, rosslagerwall, vstinner
Date 2010-12-16.14:02:08
SpamBayes Score 0.0006490967
Marked as misclassified No
Message-id <1292508126.3689.2.camel@localhost.localdomain>
In-reply-to <20101216135422.GB4927@rubuntu>
Content
> It does. Doesn't it? Because I saw in your patch that you fall back on
> HTTP 1.0 behaviour when the server does not return a status line and
> in which case a Exception will be raise and this issue won't be
> observed.

I don't think you understood the issue here. Calling readline() without
a maximum length means the process memory potentially explodes, if the
server sends gigabytes of data without a single "\n".
History
Date User Action Args
2010-12-16 14:02:10pitrousetrecipients: + pitrou, orsenthil, vstinner, m.sucajtys, rosslagerwall
2010-12-16 14:02:08pitroulinkissue6791 messages
2010-12-16 14:02:08pitroucreate