commit | ce340fe4a72d987c95602e8c57a40dd5c6658b05 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Jan 11 14:20:46 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jan 12 11:08:48 2022 +0100 |
tree | 58d8b596b2361be8fc2332ee01cd3deb368e82ca | |
parent | 1aa57d32bbe2f4bb8d1af4de4ff8777afcfafd7b [diff] |
MINOR: quic: fix return of quic_dgram_read It is expected that quic_dgram_read() returns the total number of bytes read. Fix the return value when the read has been successful. This bug has no impact as in the end the return value is not checked by the caller.