mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-11 01:41:49 -04:00
CLEANUP: quic: Comment fix for qc_strm_cpy()
This function never returns a negative value... hopefully because it returns a size_t!!!
This commit is contained in:
parent
e629cfd96a
commit
3fe7df877d
1 changed files with 1 additions and 2 deletions
|
|
@ -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 <strm_frm> into <strm> stream.
|
||||
* Returns the number of bytes copied or -1 if failed. Also update <strm_frm> frame
|
||||
* to reflect the data which have been consumed.
|
||||
* Also update <strm_frm> frame to reflect the data which have been consumed.
|
||||
*/
|
||||
static size_t qc_strm_cpy(struct buffer *buf, struct quic_stream *strm_frm)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue