Welcome! Log In Create A New Profile

Advanced

Re: How to disable request pipelining on nginx upstream

September 16, 2016 08:41AM
​>> AFAIK, 2 different requests are served separately, meaning you can have
>> some requests sent when some other is being responded to.
>>
>> If you talk about the same request, then it is only sent to the next
>> upstream server when there is an 'unsuccessful attempt' at communicating
>> with the current upstream server. What defines this is told by the
>> *_next_upstream directives of the pertinent modules (for example
>> proxy_next_upstream
>> <http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_next_upstream>
>> ).
>> That means that, by nature, there is no response coming back when the
>> request is tried on the next server.
>>
I am talking about how two successive requests (from client side) are handled on a same already established keepalive socket towards upstream server: On that same socket and towards the same upstream server, is it possible that the nginx upstream module starts sending the subsequent request before the current one is completely done (by done I mean the complete Content-Length is transferred to the client side)?
Subject Author Posted

How to disable request pipelining on nginx upstream

hkahlouche August 28, 2016 08:22AM

Re: How to disable request pipelining on nginx upstream

Maxim Dounin August 28, 2016 09:54AM

Re: How to disable request pipelining on nginx upstream

hkahlouche August 29, 2016 10:04AM

Re: How to disable request pipelining on nginx upstream

Maxim Dounin August 29, 2016 10:34AM

Re: How to disable request pipelining on nginx upstream

Phani Sreenivasa Prasad August 29, 2016 10:41AM

Re: How to disable request pipelining on nginx upstream

hkahlouche August 29, 2016 12:23PM

Re: How to disable request pipelining on nginx upstream

Maxim Dounin August 29, 2016 02:34PM

Re: How to disable request pipelining on nginx upstream

hkahlouche August 29, 2016 03:52PM

Re: How to disable request pipelining on nginx upstream

hkahlouche September 15, 2016 05:12PM

Re: How to disable request pipelining on nginx upstream

B.R. September 16, 2016 03:26AM

Re: How to disable request pipelining on nginx upstream

hkahlouche September 16, 2016 08:41AM

Re: How to disable request pipelining on nginx upstream

Valentin V. Bartenev September 18, 2016 01:26PM

Re: How to disable request pipelining on nginx upstream

nginx_newbie1 August 05, 2021 03:50AM

Re: How to disable request pipelining on nginx upstream

nginx_newbie1 August 05, 2021 03:57AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 264
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready