Re: Multiplexing FastCGI Connections

2020-11-09 Thread Harris Kaufmann
Thanks, it worked! Best regards, Harris On Mon, Nov 9, 2020 at 4:14 PM Christopher Faulet wrote: > Le 09/11/2020 à 15:38, Christopher Faulet a écrit : > > Le 06/11/2020 à 19:56, Harris Kaufmann a écrit : > >> Hi everyone, > >> > >> I wanted to try the FastCGI multiplexing feature, but whatever

Re: Multiplexing FastCGI Connections

2020-11-09 Thread Christopher Faulet
Le 09/11/2020 à 15:38, Christopher Faulet a écrit : Le 06/11/2020 à 19:56, Harris Kaufmann a écrit : Hi everyone, I wanted to try the FastCGI multiplexing feature, but whatever I do HAProxy never sends multiple requests simultaneously over the same backend connection. This is my configuration:

Re: Multiplexing FastCGI Connections

2020-11-09 Thread Christopher Faulet
Le 06/11/2020 à 19:56, Harris Kaufmann a écrit : Hi everyone, I wanted to try the FastCGI multiplexing feature, but whatever I do HAProxy never sends multiple requests simultaneously over the same backend connection. This is my configuration:

Re: Multiplexing FastCGI Connections

2020-11-09 Thread Harris Kaufmann
Sorry to bother again: is this feature intended to be used in the way I am trying to do? Meaning that independent HTTP/1.1 requests get multiplexed over a single FastCGI connection. Or did I misunderstand it and only multiplexed incoming connections (HTTP2 maybe?) get forwarded identically to the

Multiplexing FastCGI Connections

2020-11-06 Thread Harris Kaufmann
Hi everyone, I wanted to try the FastCGI multiplexing feature, but whatever I do HAProxy never sends multiple requests simultaneously over the same backend connection. This is my configuration: -- defaults mode http