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 larger data ch->buf->pos is NULL
//
u_char *incoming_data = ch->buf->pos;
Any help would be highly appreciated
Thanks in advance
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx