Re: possible bug in haproxy: backend switching with map file does not work with HTTP/2

2022-03-30 Thread Tim Düsterhus
Jarno, On 3/30/22 14:57, Jarno Huuskonen wrote: Hello, when testing with HTTP/2 we found a behaviour, we did not expect: we use switching between different backends by use of a map file, e.g.: use_backend %[url,map_beg(/etc/haproxy/pool.map,defaultbackend)] With HTTP/1.1 this works

Re: possible bug in haproxy: backend switching with map file does not work with HTTP/2

2022-03-30 Thread Jarno Huuskonen
Hi, On Wed, 2022-03-30 at 12:19 +, Ralf Saier wrote: > Hello, >   > when testing with HTTP/2 we found a behaviour, we did not expect: >   > we use switching between different backends by use of a map file, e.g.: > use_backend %[url,map_beg(/etc/haproxy/pool.map,defaultbackend)] >   > With

possible bug in haproxy: backend switching with map file does not work with HTTP/2

2022-03-30 Thread Ralf Saier
Hello, when testing with HTTP/2 we found a behaviour, we did not expect: we use switching between different backends by use of a map file, e.g.: use_backend %[url,map_beg(/etc/haproxy/pool.map,defaultbackend)] With HTTP/1.1 this works fine in haproxy. But with HTTP/2, it does not work. Here's