Re: Regarding HTTP chunked Body being stored in temp_file

2022-09-17 Thread Maxim Dounin
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

Regarding HTTP chunked Body being stored in temp_file

2022-09-16 Thread Devashi Tandon
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