MINOR: quic: Add traces for quic_packet_encrypt().
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 18 Dec 2020 08:48:20 +0000 (09:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Dec 2020 10:57:26 +0000 (11:57 +0100)
commitf63921fc24d5ffe64953c3ff8933df832c651563
treeaa39e4e996887cb4541494bc3c1783b50b9f361e
parent133e8a714617cc6e3be6c6f0164b0d6694372a80
MINOR: quic: Add traces for quic_packet_encrypt().

Add traces to have an idea why this function may fail. In fact
in never fails when the passed parameters are correct, especially the
lengths. This is not the case when a packet is not correctly built
before being encrypted.
include/haproxy/xprt_quic-t.h
src/xprt_quic.c