I am writing my own module. <br>I am getting error with function ngx_http_send_response it is not sending complete buffer if buffer is big. <br><br>I have following code <br><br>  ngx_http_complex_value_t cv;<br> ngx_int_t rc = ProcessNginxRequest(r, &cv);<br>
 ngx_http_finalize_request(r, NGX_HTTP_OK);<br>return rc;<br><br>Sudo Code for ProccessNginxRequest is like this <br>ngx_str_set(&cv->value,"A BIG STRING OF LENGTH 401481")<br><br>But response coming from the server is truncated. <br>
How to fix this problem ?<br><br><br><br><br><br><br clear="all">regards<div>Vivek Goel</div><br>