[PATCH] BUILD: ot: use a cebtree instead of a list for variable names

2024-11-11 Thread Miroslav Zagorac
Hello all, In order for the function flt_ot_vars_scope_dump() to work, it is necessary to take into account the changes made by the commits 47ec7c681 ("OPTIM: vars: use a cebtree instead of a list for variable names") and 5d350d1e5 ("OPTIM: vars: use multiple name heads in the vars struct"). The

RST_STREAM immediately after GET request in h2

2024-11-11 Thread Andreas Bergander
After enabling h2 between haproxy and our backend servers we sometimes notice that haproxy sends an RST_STREAM immediately after the HEADERS packet with the GET request. I've logged the packages and in this case less than 3 ms after haproxy sends GET, haproxy then sends an RST_STREAM. Time (se

Re: RST_STREAM immediately after GET request in h2

2024-11-11 Thread Willy Tarreau
Hi Andreas, On Mon, Nov 11, 2024 at 08:49:16AM +, Andreas Bergander wrote: > After enabling h2 between haproxy and our backend servers we sometimes notice > that haproxy sends an RST_STREAM immediately after the HEADERS packet with > the GET request. I've logged the packages and in this case l