]> git.kaiwu.me - haproxy.git/commit
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)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 4 Jan 2024 10:16:06 +0000 (11:16 +0100)
commit860028db47ac2ad38de56c7711ce872245c70b83
tree1761b164695af44cb89a1a5089ffd98d60d12607
parent0627f470df366e9dadf604f5f473e2dc2693200f
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.
include/haproxy/server-t.h
src/proxy.c
src/server.c