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_
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