mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 22:01:31 +02:00
MINOR: quic: Add a trace for QUIC conn fd ready for receive
Add a trace as this is done for the "send ready" fd state.
This commit is contained in:
parent
f3edbc792e
commit
5d602f4f33
@ -507,6 +507,7 @@ void quic_conn_sock_fd_iocb(int fd)
|
||||
}
|
||||
|
||||
if (fd_recv_ready(fd)) {
|
||||
TRACE_DEVEL("recv ready", QUIC_EV_CONN_RCV, qc);
|
||||
tasklet_wakeup_after(NULL, qc->wait_event.tasklet);
|
||||
fd_stop_recv(fd);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user