Re: Help with filter module

2020-07-14 Thread Francis Daly
On Tue, Jul 14, 2020 at 02:20:54AM -0400, redflag wrote: Hi there, I don't have an answer for you, but... > i am writing a new Nginx filter module , the main issue is that when i try > to read the request body it turn out to be null, is there a way to READ THE > BODY?? > > i found an already e

Help with filter module

2020-07-13 Thread redflag
Greetings all, i am writing a new Nginx filter module , the main issue is that when i try to read the request body it turn out to be null, is there a way to READ THE BODY?? i found an already existing module that could read the request body filter but it does not appear to be working, this is t