when client->server socket is closed also server->client is closed and request is aborted ?

Richard Stanway r1ch+nginx at teamliquid.net
Thu Oct 26 13:33:06 UTC 2017


Look at
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ignore_client_abort
or
http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_ignore_client_abort
etc depending on what you're doing with the request.

On Thu, Oct 26, 2017 at 1:07 PM, Torppa Jarkko <jarkko.torppa at elisa.fi>
wrote:

> I have an old xmlrpc client that seems to close the client->server side of
> the socket immediately after it has sent the request to server, server
> seems to close the server->client side of socket in response to this.
>
> I have been trying to find setting for this, cannot find one.
>
> Also have been trying do dig into the sources to see where this happens,
> but no luck so far.
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20171026/6bdb0903/attachment.html>


More information about the nginx mailing list