Re: Unable to get large POST data in post handler nginx module

2014-03-31 Thread Maxim Dounin
Hello! On Sun, Mar 30, 2014 at 10:53:33AM +0200, Mapper Uno wrote: > Hi, > > I am writing an nginx module that processes POST requests. For small > data typically less than 1000 bytes, the module successfully receives > data. However, for larger data > 1000 bytes or so, I get NULL. > > ngx_

Unable to get large POST data in post handler nginx module

2014-03-30 Thread Mapper Uno
Hi, I am writing an nginx module that processes POST requests. For small data typically less than 1000 bytes, the module successfully receives data. However, for larger data > 1000 bytes or so, I get NULL. ngx_http_request_t *r; ngx_chain_t *ch = r->request_body->bufs; // > For l