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 Rotkraut, demian.brecht, harobed, martin.panter, orsenthil, petri.lehtinen, piotr.dobrogost, pitrou, whitemice
Date 2015-04-01.12:11:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427890275.54.0.614005176678.issue12319@psf.upfronthosting.co.za>
In-reply-to
Content
The incremental improvement thing sounds good. Here are some things which I think are orthogonal to sensible chunked encoding:

* Automagic seeking to determine Content-Length
* Setting Content-Length for iterables that are neither strings, iterators nor files (Issue 23350)
* Latin-1 encoding of iterated items
History
Date User Action Args
2015-04-01 12:11:15martin.pantersetrecipients: + martin.panter, orsenthil, pitrou, harobed, petri.lehtinen, piotr.dobrogost, demian.brecht, whitemice, Rotkraut
2015-04-01 12:11:15martin.pantersetmessageid: <1427890275.54.0.614005176678.issue12319@psf.upfronthosting.co.za>
2015-04-01 12:11:15martin.panterlinkissue12319 messages
2015-04-01 12:11:15martin.pantercreate