]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: quic: Remaining fprintf() debug trace
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 28 Apr 2022 20:21:56 +0000 (22:21 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 29 Apr 2022 14:46:56 +0000 (16:46 +0200)
Development remaining trace.

src/xprt_quic.c

index 1b494a3ea57ea60334d45892edd9c61ca4cba992..4c316a37fc800d392bec9d3cc01bcc54d3a32254 100644 (file)
@@ -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);