[prev in list] [next in list] [prev in thread] [next in thread] 

List:       nginx
Subject:    RE: when client->server socket is closed also server->client is closed and request is aborted ?
From:       Torppa Jarkko <jarkko.torppa () elisa ! fi>
Date:       2017-10-31 14:25:48
Message-ID: c3f939a78bbb4c45ab5d384135a08e33 () elisa ! fi
[Download RAW message or body]

[Attachment #2 (text/plain)]

Indeed that was it (uwsgi_ignore_client_abort on) I kinda feel that this should be on \
by default for http/1.0 and connection: close clients.

The client that I had trouble with was org.apache.xmlrpc.client java class

From: nginx [mailto:nginx-bounces@nginx.org] On Behalf Of Richard Stanway via nginx
Sent: 26. lokakuuta 2017 16:33
To: nginx@nginx.org
Cc: Richard Stanway <r1ch+nginx@teamliquid.net>
Subject: Re: when client->server socket is closed also server->client is closed and \
request is aborted ?

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@elisa.fi<mailto:jarkko.torppa@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@nginx.org<mailto:nginx@nginx.org>
http://mailman.nginx.org/mailman/listinfo/nginx


[Attachment #3 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
	{mso-style-name:msonormal;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
span.EmailStyle18
	{mso-style-type:personal-reply;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri",sans-serif;
	mso-fareast-language:EN-US;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="FI" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US">Indeed \
that was it (uwsgi_ignore_client_abort on) I kinda feel that this should be on by \
default for http/1.0 and connection: close clients.<o:p></o:p></span></p> <p \
class="MsoNormal"><span lang="EN-US" \
style="mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p> <p \
class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US">The client \
that I had trouble with was org.apache.xmlrpc.client java class<o:p></o:p></span></p> \
<p class="MsoNormal"><span lang="EN-US" \
style="mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p> <p \
class="MsoNormal"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> nginx \
[mailto:nginx-bounces@nginx.org] <b>On Behalf Of </b>Richard Stanway via nginx<br>
<b>Sent:</b> 26. lokakuuta 2017 16:33<br>
<b>To:</b> nginx@nginx.org<br>
<b>Cc:</b> Richard Stanway &lt;r1ch&#43;nginx@teamliquid.net&gt;<br>
<b>Subject:</b> Re: when client-&gt;server socket is closed also server-&gt;client is \
closed and request is aborted ?<o:p></o:p></span></p> <p \
class="MsoNormal"><o:p>&nbsp;</o:p></p> <div>
<p class="MsoNormal">Look at&nbsp;<a \
href="http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ignore_client_abo \
rt">http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ignore_client_abort</a> \
or&nbsp;<a href="http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_ig \
nore_client_abort">http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_ignore_client_abort</a>
  etc depending on what you're doing with the request.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<p class="MsoNormal">On Thu, Oct 26, 2017 at 1:07 PM, Torppa Jarkko &lt;<a \
href="mailto:jarkko.torppa@elisa.fi" target="_blank">jarkko.torppa@elisa.fi</a>&gt; \
wrote:<o:p></o:p></p> <blockquote style="border:none;border-left:solid #CCCCCC \
1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm"> <p \
class="MsoNormal">I have an old xmlrpc client that seems to close the \
client-&gt;server side of the socket immediately after it has sent the request to \
server, server seems to close the server-&gt;client side of socket in response to \
this.<br> <br>
I have been trying to find setting for this, cannot find one.<br>
<br>
Also have been trying do dig into the sources to see where this happens, but no luck \
so far.<br> <br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" \
target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><o:p></o:p></p> \
</blockquote> </div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</div>
</body>
</html>



_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
--===============1837217531174806263==--

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic