commit | d152309423c4a235d1887f24cd1d1f566219c7d0 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Jan 27 09:31:15 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Jan 27 16:37:55 2022 +0100 |
tree | 9e2254b850e270a1c8541105f991a028cec76d91 | |
parent | 25bc8875d7beb0cb1444f68d1a9ba153058698b2 [diff] |
CLEANUP: quic: Remove useless definition The quic_dgram_ctx struct has been replaced by quic_dgram struct. There is no need to keek a typedef for a pointer to function since we converted the UDP datagram parser (quic_dgram_read()) into a task.