MINOR: quic: Disable the action of ->rcv_buf() xprt callback
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 3 Mar 2021 15:23:44 +0000 (16:23 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commitfbe3b77c4e77311fd9a236ef4f38bc03c57c61b2
treeb7b918b10b44eec9bf688bafc784ad6781a6c423
parent27faba7240a69a7c102444510f47dc3e49228da9
MINOR: quic: Disable the action of ->rcv_buf() xprt callback

Deactivate the action of this callback at this time. I am not sure
we will keep it for QUIC as it does not really make sense for QUIC:
the QUIC packet are already recvfrom()'ed by the low level I/O handler
used for all the connections.
src/xprt_quic.c