mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-13 04:40:59 +01:00
The H1 parser used by the H2 gateway was a bit lax and could validate non-numbers in the status code. Since it computes the code on the fly it's problematic, as "30:" is read as status code 310. Let's properly check that it's a number now. No backport needed.