BUG/MINOR: quic: maximum window limits do not match the doc
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 13 Nov 2023 18:56:28 +0000 (19:56 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Mon, 13 Nov 2023 18:56:28 +0000 (19:56 +0100)
commit3741e4bf904ed9665d1e37ef6a55960a0dae549a
tree0ec338f2472d9ace3f498e4b21b32dc6e2c4d8a7
parent8df7018736edeba1b2ba81573cf4a52d5911812a
BUG/MINOR: quic: maximum window limits do not match the doc

This bug arrived with this commit:
     MINOR: quic: Add a max window parameter to congestion control algorithms

The documentation was been modified with missing/wrong modifications in the code part.
The 'g' suffix must be accepted to parse value in gigabytes. And exctly 4g is
also accepted.

No need to backport.
src/cfgparse-quic.c