mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-06 07:12:42 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue