Open tereska opened 10 years ago
Same problem. I can read headers, and query parameters, but when I try to read the request body on the remote side with my Aiohttp server (await self.request.json() for example), request hangs.
As for me, it happens because nginx didn't read the request body yet. This is exactly why we use lua_need_request_body on;
in ngx_lua module. Though, I don't know how to say to eval module to read the body in advance.
Nginx is compiled only with this module. I've downloaded module from: http://www.grid.net.ru/nginx/download/nginx_eval_module-1.0.1.tar.gz And it hangs on request.
I can see communication with my upstream server:
Request and response are OK but after that nothing happend. Request hangs...
From port 80 perspective I have:
And after couple of seconds connection is closed.
Help me. Thanks!