commit | e8139f3b378568c065da1a082db73352da64b289 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Mar 11 17:06:30 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | e8e27454693a90041ca73955c31efd9d3a899187 | |
parent | 7a668f5acb1bbb6c07c1130efc943b98fd7ff5fc [diff] |
BUG/MINOR: quic: Wrong ->accept() error handling Really signal the caller that ->accept() has failed if the session could not be initialized because conn_complete_session() has failed. This is the case if the mux could not be initialized too. When it fails an ->accept() must returns -1 in case of resource shortage.