mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 13:53:35 +02: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.