Skip to content

Commit a451df7

Browse files
committed
BUILD FIX TO BE DROPPED
1 parent 84d6c6b commit a451df7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mux_quic.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,9 @@ static int qcc_send_frames(struct qcc *qcc, struct list *frms, int stream)
20972097
return -1;
20982098
}
20992099

2100+
#if 0
21002101
if (stream && likely(!(global.tune.options & GTUNE_QUIC_NO_PACING)))
2102+
#endif
21012103
pacer = &qcc->tx.pacer;
21022104

21032105
ret = qc_send_mux(qcc->conn->handle.qc, frms, pacer);

0 commit comments

Comments
 (0)