]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Get rid of a struct buffer in quic_lstnr_dgram_read()
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 25 Jan 2022 21:33:11 +0000 (22:33 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 27 Jan 2022 15:37:55 +0000 (16:37 +0100)
commit3d55462654c4ef426ad1081c126101887fbd369f
tree5bfde5c9d31313a50d2b7be51310fb65f395a11f
parent055ee6c14b18054a1a0b4823333bee1b3e6a9bab
MINOR: quic: Get rid of a struct buffer in quic_lstnr_dgram_read()

This is to be sure xprt functions do not manipulate the buffer struct
passed as parameter to quic_lstnr_dgram_read() from low level datagram
I/O callback in quic_sock.c (quic_sock_fd_iocb()).
include/haproxy/xprt_quic.h
src/quic_sock.c
src/xprt_quic.c