commit | 4bdd0696373b5a683cfab905c65c5af103855bd3 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Feb 27 17:31:55 2023 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Feb 28 10:51:25 2023 +0100 |
tree | b74b48ba9c18a531c980744681a3eef510264eab | |
parent | 1febc2d31629c9686befa05739d2b4bd0409f718 [diff] |
MINOR: quic: consider EBADF as critical on send() EBADF on sendto() is considered as a fatal error. As such, it is removed from the list of the transient errors. The connection will be killed when encountered. For the record, EBADF can be encountered on process termination with the listener socket. This should be backported up to 2.7.