The proxy error counter was not updated in h2c_frt_handle_headers() in
case of failure to decode a HEADERS frame. Make sure to keep it updated.
This can be backported to all stable versions.
}
/* recoverable stream error (e.g. too large request) */
+ HA_ATOMIC_INC(&h2c->px_counters->strm_proto_err);
h2_sess_log_strm(h2c->conn->owner);
TRACE_USER("rcvd unparsable H2 request", H2_EV_RX_FRAME|H2_EV_RX_HDR|H2_EV_STRM_NEW|H2_EV_STRM_END, h2c->conn, h2s, &rxbuf);
goto strm_err;