commit | 320744b53d6d422346348c800f7f624cce8df93e | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Jan 27 12:19:28 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Jan 27 16:37:55 2022 +0100 |
tree | 6e1e3357d633af5a39ce43944a036e06b188c3ae | |
parent | 37ae505c217106c5686f4dfc62cff31d6e051724 [diff] |
MINOR: quic: Do not reset a full RX buffer As the RX buffer is not consumed by the sock i/o handler as soon as a datagram is produced, when full an RX buffer must not be reset. The remaining room is consumed without modifying it. The consumer has a represention of its contents: a list of datagrams.