Hi, I have noticed, that quite often when client closes connection before the end of request, the php segfaults in the php_request_shutdown. I guess it could be workarounded if the nginx read the answer despite the closed client socket. Is there any trick to force the nginx to do it? How difficult it is to make nginx work this way?