<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi,<br>
On 09/26/2015 07:38 PM, Frank Liu wrote:<br>
</div>
<blockquote
cite="mid:CAOXPdC_iVpmRwTP7U4scBM_tyUbJ_gd7FBtA5XOEP=E0NGNupg@mail.gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Hi,
<div><br>
</div>
<div>If I have set the client facing keep alive timeout to 30s,
but nginx takes longer to respond a given request due to
slow backend in a reverse proxy setup, will nginx drop the
client keep alive connection since its been idle for too long,
or will nginx keep it until it sends the response ? <br>
</div>
</blockquote>
<br>
FWIK, keepalive works between requests, not in a single request per
se. In a request per se the timeout involved would be the browser's
one and the connection / request timeout server side. <br>
<br>
<blockquote
cite="mid:CAOXPdC_iVpmRwTP7U4scBM_tyUbJ_gd7FBtA5XOEP=E0NGNupg@mail.gmail.com"
type="cite">
<div><br>
</div>
<div>Thanks</div>
<div>Frank<br>
<br>
</div>
</blockquote>
<br>
</body>
</html>