Answer the question
In order to leave comments, you need to log in
Disabling chunked in nginx. What threatens?
What threatens chunked_transfer_encoding off in a certain location of nginx if it is planned to send a large amount of data to the server in response and what is the maximum amount of data nginx can accept?
Answer the question
In order to leave comments, you need to log in
What threatens chunked_transfer_encoding off?
This threatens to disable HTTP Keep-Alive in the absence of Content-Lenght.
What is the maximum amount of data nginx can accept?
This does not depend on the value of the directive chunked_transfer_encoding
.
If we are talking about HTTP(S) buffering and proxying, then see the description of the directive proxy_buffering
:
nginx.org/r/proxy_buffering/ru
From the wiki: Without a chunked transfer encoding mechanism, a Content-length header must be specified with each HTTP packet so that the client can find the end of the transmitted message.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question