Hello!
On Fri, Sep 16, 2022 at 07:31:08AM +, Devashi Tandon wrote:
> Hi,
>
> In our module code, we are processing the HTTP request body when
> it is not stored in r->request_body->temp_file.
>
> When I send a 9381 bytes body, NGINX doesn't store the body in
> temp_file but in the interna
Hi,
In our module code, we are processing the HTTP request body when it is not
stored in r->request_body->temp_file.
When I send a 9381 bytes body, NGINX doesn't store the body in temp_file but in
the internal buffers. Hence we are able to process the body.
However, when I enable chunked encod