Re: ngx_http_read_client_request_body not always being called?

2022-08-16 Thread Sergey Kandaurov
> On 16 Aug 2022, at 00:35, atrocitus wrote: > > (I wanted to post this to the Nginx Development group but it's read only) You can subscribe to the nginx development mailing list: https://mailman.nginx.org/mailman3/lists/nginx-devel.nginx.org/ > > I'm developing a module which will receive p

ngx_http_read_client_request_body not always being called?

2022-08-15 Thread atrocitus
(I wanted to post this to the Nginx Development group but it's read only) I'm developing a module which will receive post data then print out "Done". "Done" will be printed out regardless if it's a "POST" or a "GET". Issue I'm having is ngx_http_read_client_request_body is not always calling my ca