I'm experiencing a weird issue with nginx + PHP-FPM hosted web app build with Symfony2. Basically, from time to time, there's a request that is not handled, instead the browser shows that it's waiting to start receiving (the wheel in chrome is spinning counter-clockwise).
I have nothing in error logs there that would help me identify the issue, neither in app log itself (Symfony 2.8), nginx nor php-fpm logs.
What is weird is there's no timeout at all, which would suggest php-fpm didn't even receive that request (right?).
Perhaps there's anyone who did experience such issues before and may know the probable cause?
Should I provide anything that would seem relevant (config files?), please do not hesitate to ask in comments.