Connection reuse for HTTP/2?

2019-09-17 Thread David Pirotte
Hi all, Is there a way to multiplex frontend HTTP/2 (GRPC) connections onto a shared pool of backend HTTP/2 connections? My testing shows that one frontend connection with multiple concurrent requests will reuse one backend connection, but multiple frontend connections will not share backend

Re: [PATCH] BUG/MINOR: mux-h1: Correctly report Ti timer when HTX and keepalives are used

2019-07-12 Thread David Pirotte
Sure thing, Christopher. Patch is attached. Thanks! Cheers, Dave On Fri, Jul 12, 2019 at 5:00 AM Christopher Faulet wrote: > Le 10/07/2019 à 17:58, David Pirotte a écrit : > > Instructions to reproduce are below. > > > > When HTTP keepalives are used in conjunction w

[PATCH] BUG/MINOR: mux-h1: Correctly report Ti timer when HTX and keepalives are used

2019-07-10 Thread David Pirotte
Instructions to reproduce are below. When HTTP keepalives are used in conjunction with HTX, the Ti timer reports the elapsed time since the beginning of the connection instead of the end of the previous request as stated in the documentation. Tq and Tt also report incorrectly as a result. So,