MINOR: quic: Ignore out of packet padding.
authorFrédéric Lécaille <flecaille@haproxy.com>
Sat, 21 May 2022 12:42:21 +0000 (14:42 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 30 May 2022 07:59:26 +0000 (09:59 +0200)
commitf6954c5c3a07a28e4c86301f830d1aaa10c085f8
tree09c63845eb1739b7ce860b78d552844491d0ed0c
parent186367f4991305bb45d5faa3c2c296074abecdf9
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.
src/xprt_quic.c