mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-12 07:13:08 -05:00
CLEANUP: quic: Remaining fprintf() debug trace
Development remaining trace.
This commit is contained in:
parent
1231d3c179
commit
88e5741c53
1 changed files with 0 additions and 1 deletions
|
|
@ -1721,7 +1721,6 @@ static inline void qc_requeue_nacked_pkt_tx_frms(struct quic_conn *qc,
|
|||
/* Mark this STREAM frame as lost. A look up their stream descriptor
|
||||
* will be performed to check the stream is not consumed or released.
|
||||
*/
|
||||
fprintf(stderr, "LOST STREAM FRAME\n");
|
||||
frm->flags = QUIC_FL_TX_FRAME_LOST;
|
||||
}
|
||||
LIST_APPEND(&tmp, &frm->list);
|
||||
|
|
|
|||
Loading…
Reference in a new issue