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 connections. Cheers, Dave

