Re: tcp mode support http2 multiplexing load balance

2017-09-23 Thread Ryan163
Thank you Andrew, glad to know this is working in progress.

-Ryan
  Original Message  
From: Andrew Rodland
Sent: Sunday, September 24, 2017 01:37
To: r...@163.com
Cc: haproxy@formilux.org
Subject: Re: tcp mode support http2 multiplexing load balance

TCP mode, by definition, means that the proxy doesn't look at what is
inside the connection; it proxies one connection to one destination.
What you're asking for isn't TCP mode at all, but HTTP mode for http2.
Which is a work in progress, but not yet available in HAProxy.


Andrew




Re: tcp mode support http2 multiplexing load balance

2017-09-23 Thread Andrew Rodland
TCP mode, by definition, means that the proxy doesn't look at what is
inside the connection; it proxies one connection to one destination.
What you're asking for isn't TCP mode at all, but HTTP mode for http2.
Which is a work in progress, but not yet available in HAProxy.


Andrew