aris
1
Hey people, quick question,
Why the http_chunked_filter_module[1] is not present in the modules
page[2]?
Thanks
[1]
http://lxr.evanmiller.org/http/source/http/modules/ngx_http_chunked_filter_module.c
[2] nginx documentation
Posted at Nginx Forum:
knocte
2
Hey,
Why the http_chunked_filter_module[1] is not present in the modules
page[2]?
Because it’s always enabled and you cannot configure anything.
Best regards,
Piotr S. < [email protected] >
knocte
3
On 28/08/12 18:37, Piotr S. wrote:
Hey,
Why the http_chunked_filter_module[1] is not present in the modules
page[2]?
Because it’s always enabled and you cannot configure anything.
Ok thanks Piotr.
Where can I get docs about what that module does though?
Is there a way to disable it?
Thanks
PS: Actually, maybe I’m looking at the wrong place. I’m looking at
trying to
disabling the Transfer-Encoding usage of NGinx. Any ideas?
Posted at Nginx Forum:
knocte
4
On Wednesday 29 August 2012 00:04:40 knocte wrote:
[…]
PS: Actually, maybe I’m looking at the wrong place. I’m looking at trying
to disabling the Transfer-Encoding usage of NGinx. Any ideas?
Looking at the official documentation is always a good idea:
http://nginx.org/r/chunked_transfer_encoding
wbr, Valentin V. Bartenev