]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: quic: move conn->qc into conn->handle
authorWilly Tarreau <w@1wt.eu>
Mon, 11 Apr 2022 12:18:10 +0000 (14:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Apr 2022 17:33:04 +0000 (19:33 +0200)
commit784b868c97d26adc0e5f6f9a2784bd20074a87c7
tree9854d6c12dc68adee8d5bdff80da6395e4ead3ac
parent54a1dcb1bb788035ca8bc5b98672b18ed7490060
MEDIUM: quic: move conn->qc into conn->handle

It was supposed to be there, and probably was not placed there due to
historic limitations in listener_accept(), but now there does not seem
to be a remaining valid reason for keeping the quic_conn out of the
handle. In addition in new_quic_cli_conn() the handle->fd was incorrectly
set to the listener's FD.
include/haproxy/connection-t.h
src/connection.c
src/mux_quic.c
src/quic_sock.c
src/xprt_quic.c