Re: [Python-Dev] http.client: Determining Content-Length

2015-04-01 Thread Cory Benfield
On 31 March 2015 at 17:55, Demian Brecht wrote: > Hi all, > > I'm not sure whether this should be python-list or here, but given it's a > premature code review for http.client, I figured I'd post here first. > > I'm in the process of adding support for chunked transfer encoding to > http.client

[Python-Dev] http.client: Determining Content-Length

2015-03-31 Thread Demian Brecht
Hi all, I'm not sure whether this should be python-list or here, but given it's a premature code review for http.client, I figured I'd post here first. I'm in the process of adding support for chunked transfer encoding to http.client (issue #12319). One of the bits of functionality that I'm wor