Discussion:
h1 buffer / confirmation
David CARLIER
2018-11-20 16:06:12 UTC
Permalink
Hi Christopher (I think you maintain it),

Just to confirm into src/h1_mux.c, line 131 you meant

h1c->flags & *(H1C_F_CS_ERROR|H1C_F_CS_SHUTW*)

instead ?

Kind regards.
Willy Tarreau
2018-11-20 16:11:51 UTC
Permalink
Post by David CARLIER
Hi Christopher (I think you maintain it),
Just to confirm into src/h1_mux.c, line 131 you meant
h1c->flags & *(H1C_F_CS_ERROR|H1C_F_CS_SHUTW*)
instead ?
Argh, Right ! Thanks for report. I'll fix that.
I've just checked and couldn't find any other similar one (except in
pseudo-code in comments but that doesn't count).

Thanks David!
Willy

Loading...