Re: Haproxy support for passing HTTP CONNECT requests directly to the backend

2013-04-23 Thread Pasi Kärkkäinen
On Tue, Apr 23, 2013 at 04:10:55PM +0200, Willy Tarreau wrote: > On Tue, Apr 23, 2013 at 04:30:12PM +0300, Pasi Kärkkäinen wrote: > > On Tue, Apr 23, 2013 at 07:50:56AM +0200, Willy Tarreau wrote: > > > Hi, > > > > > > On Tue, Apr 23, 2013 at 05:29:26AM +0300, Pasi Kärkkäinen wrote: > > > > Hello,

Re: Haproxy support for passing HTTP CONNECT requests directly to the backend

2013-04-23 Thread Willy Tarreau
On Tue, Apr 23, 2013 at 04:30:12PM +0300, Pasi Kärkkäinen wrote: > On Tue, Apr 23, 2013 at 07:50:56AM +0200, Willy Tarreau wrote: > > Hi, > > > > On Tue, Apr 23, 2013 at 05:29:26AM +0300, Pasi Kärkkäinen wrote: > > > Hello, > > > > > > Is it currently possible to pass "HTTP CONNECT" requests dire

Re: Haproxy support for passing HTTP CONNECT requests directly to the backend

2013-04-23 Thread Pasi Kärkkäinen
On Tue, Apr 23, 2013 at 07:50:56AM +0200, Willy Tarreau wrote: > Hi, > > On Tue, Apr 23, 2013 at 05:29:26AM +0300, Pasi Kärkkäinen wrote: > > Hello, > > > > Is it currently possible to pass "HTTP CONNECT" requests directly to the > > backend server? > > > > So haproxy itself shouldn't try to co

Re: Haproxy support for passing HTTP CONNECT requests directly to the backend

2013-04-22 Thread Willy Tarreau
Hi, On Tue, Apr 23, 2013 at 05:29:26AM +0300, Pasi Kärkkäinen wrote: > Hello, > > Is it currently possible to pass "HTTP CONNECT" requests directly to the > backend server? > > So haproxy itself shouldn't try to connect anywhere, but instead directly pass > the request to the backend, and let b

Haproxy support for passing HTTP CONNECT requests directly to the backend

2013-04-22 Thread Pasi Kärkkäinen
Hello, Is it currently possible to pass "HTTP CONNECT" requests directly to the backend server? So haproxy itself shouldn't try to connect anywhere, but instead directly pass the request to the backend, and let backend handle it. I know this can be achieved in TCP/raw mode (obviously), but some