commit | 784b868c97d26adc0e5f6f9a2784bd20074a87c7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 11 14:18:10 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 11 19:33:04 2022 +0200 |
tree | 9854d6c12dc68adee8d5bdff80da6395e4ead3ac | |
parent | 54a1dcb1bb788035ca8bc5b98672b18ed7490060 [diff] |
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.