commit | f6954c5c3a07a28e4c86301f830d1aaa10c085f8 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Sat May 21 14:42:21 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon May 30 09:59:26 2022 +0200 |
tree | 09c63845eb1739b7ce860b78d552844491d0ed0c | |
parent | 186367f4991305bb45d5faa3c2c296074abecdf9 [diff] |
MINOR: quic: Ignore out of packet padding. We do not want to count the out of packet padding as being belonging to an invalid packet, the firt byte of a QUIC packet being never null. Some browsers like firefox proceeds this way to add PADDING frames after an Initial packet and increase the size of their Initial packets.