commit | 75d14ad5cba0fe907f9bda4ce401c8e1bb374910 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Mar 22 15:10:29 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Mar 23 10:05:29 2022 +0100 |
tree | 20407e04355331168d097e823d6cd39cd029ef81 | |
parent | ac74aa531d1d7620d8c1d1d5d626707841d07e52 [diff] |
MINOR: mux-quic: add comments for send functions Add comments on qc_send and qcs_push_frame. Also adjust the return of qc_send to reflect the total bytes sent. This has no impact as currently the return value is not checked by the caller.