diff --git a/src/xprt_quic.c b/src/xprt_quic.c index 0dfd1082b..760b9a76d 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c @@ -2025,8 +2025,7 @@ static struct eb64_node *qcc_get_qcs(struct qcc *qcc, uint64_t id) } /* Copy as most as possible STREAM data from into stream. - * Returns the number of bytes copied or -1 if failed. Also update frame - * to reflect the data which have been consumed. + * Also update frame to reflect the data which have been consumed. */ static size_t qc_strm_cpy(struct buffer *buf, struct quic_stream *strm_frm) {