commit | 57af069571fc8ad74384ffba7861b99b69a740aa | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Jan 18 15:39:02 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jan 24 10:30:49 2022 +0100 |
tree | 58dde93dfff948dfdc47069bc8e7f65eebd7d438 | |
parent | 29632b8b10b679446b81698148b2fdc5499830af [diff] |
MINOR: quic: set listener accept cb on parsing Define a special accept cb for QUIC listeners to quic_session_accept(). This operation is conducted during the proto.add callback when creating listeners. A special care is now taken care when setting the standard callback session_accept_fd() to not overwrite if already defined by the proto layer.