diff --git a/src/quic_sock.c b/src/quic_sock.c index 95f771135..77a2a89f5 100644 --- a/src/quic_sock.c +++ b/src/quic_sock.c @@ -619,7 +619,7 @@ int qc_snd_buf(struct quic_conn *qc, const struct buffer *buf, size_t sz, &quic_stats_module); if (errno == EAGAIN || errno == EWOULDBLOCK || - errno == ENOTCONN || errno == EINPROGRESS || errno == EBADF) { + errno == ENOTCONN || errno == EINPROGRESS) { if (errno == EAGAIN || errno == EWOULDBLOCK) HA_ATOMIC_INC(&prx_counters->socket_full); else