CLEANUP: quic: Remaining useless code into server part
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 4 Jan 2024 10:16:06 +0000 (11:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 5 Jan 2024 18:07:51 +0000 (19:07 +0100)
commitd73c2d1c29bf86875cb2d99b6327e17a9b5eff3e
tree94dadbefaacba8d7ab4dfa3a974a061c80881e56
parent1c793500878ab24f1f7a27bcbb3b5d96d4840ff5
CLEANUP: quic: Remaining useless code into server part

Remove some QUIC definitions of members from server structure as the haproxy QUIC
stack does not support at all the server part (QUIC client) as this time.
Remove the statements in relation with their initializations.

This patch should be backported as far as 2.6 to save memory.

(cherry picked from commit 860028db47ac2ad38de56c7711ce872245c70b83)
Signed-off-by: Willy Tarreau <w@1wt.eu>
include/haproxy/server-t.h
src/proxy.c
src/server.c