commit | cb318a80e402d227f7e20ea8019bb6321eadbc24 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Nov 22 15:22:48 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Nov 25 11:13:12 2021 +0100 |
tree | bf7508f2afa9e08308715364e774ba823bd1cb1d | |
parent | 67e371ea1440c67ed84577d37566b577f7ecd336 [diff] |
MINOR: quic: do not reject PADDING followed by other frames It is valid for a QUIC packet to contain a PADDING frame followed by one or several other frames. quic_parse_padding_frame() does not require change as it detect properly the end of the frame with the first non-null byte. This allow to use quic-go implementation which uses a PADDING-CRYPTO as the first handshake packet.