NGX_AGAIN Handling in upload module

2018-05-16 Thread rambabuy
HI I am facing an issue with NGX_AGAIN. ngx upload module is returning NGX_AGAIN while uploading a file. when nginx calls again upload module but upload module returns NGX_OK if requestbody exist if( r->requestbody) return NGX_OK and its continue in a loop. any solution to this? if (!c->read-

Re: NGX_AGAIN Handling in upload module

2018-05-16 Thread rambabuy
HI I am facing an issue with NGX_AGAIN. ngx upload module is returning NGX_AGAIN while uploading a file. when nginx calls again upload module but upload module return NGX_OK if requestbody exist. if( r->requestbody) return NGX_OK and its continue in a loop. any solution to this? if (!c->

NGX_AGAIN Handling in upload module

2018-05-16 Thread rambabuy
HI I am facing an issue with NGX_AGAIN. ngx upload module is returning NGX_AGAIN while uploading a file. when nginx calls again upload module but upload module return NGX_OK id requestbody exist if( r->requestbody) return NGX_OK and its continue in a loop. any solution to this? Thanks Ram Posted