Re: chunked_transfer_encoding seems doesn't work as expected

2014-11-19 Thread Maxim Dounin
Hello! On Wed, Nov 19, 2014 at 08:49:33PM +0800, weiyuefei wrote: > When i try to use the directive "chunked_transfer_encoding" to > control the encoding type of output data, it failed to output > the chunked data even thougth i turned on the directive as > "chunked_transfer_encoding on;". Th

chunked_transfer_encoding seems doesn't work as expected

2014-11-19 Thread weiyuefei
Hi All, When i try to use the directive "chunked_transfer_encoding" to control the encoding type of output data, it failed to output the chunked data even thougth i turned on the directive as "chunked_transfer_encoding on;". Here is the simple example of my config==> location /chunked {