diff --git a/src/mux_h2.c b/src/mux_h2.c index 9a2f8c710..390cb3062 100644 --- a/src/mux_h2.c +++ b/src/mux_h2.c @@ -2353,7 +2353,7 @@ static int h2_process_mux(struct h2c *h2c) h2c->st0 = H2_CS_SETTINGS1; } /* need to wait for the other side */ - if (h2c->st0 == H2_CS_SETTINGS1) + if (h2c->st0 < H2_CS_FRAME_H) return 1; }