[Twisted-Python] Chunked decoding missing from HTTPClient?

2017-08-15 Thread Barry Scott
I see that HTTPChannel knows about chunking and indeed works well. However shouldn't HTTPClient also support chunking? Or Am I missing something to get chunking working for the response from a server? Barry ___ Twisted-Python mailing list Twisted-Pyth

Re: [Twisted-Python] Chunked decoding missing from HTTPClient?

2017-08-15 Thread Jean-Paul Calderone
On Tue, Aug 15, 2017 at 8:43 AM, Barry Scott wrote: > I see that HTTPChannel knows about chunking and indeed works well. > > However shouldn't HTTPClient also support chunking? > Or Am I missing something to get chunking working for the response from a > server? > > Take a look at http://twistedm