From: Amaury Denoyelle Date: Tue, 15 Feb 2022 10:05:46 +0000 (+0100) Subject: MINOR: h3: add documentation on h3_decode_qcs X-Git-Tag: v2.6-dev2~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a04724af29387c873f61f687851ce9f8b4fa6a9d;p=thirdparty%2Fhaproxy.git MINOR: h3: add documentation on h3_decode_qcs Specify the purpose of the fin argument on h3_decode_qcs. --- diff --git a/src/h3.c b/src/h3.c index 85eca90d7d..987dc053ba 100644 --- a/src/h3.c +++ b/src/h3.c @@ -93,7 +93,8 @@ static inline size_t h3_decode_frm_header(uint64_t *ftype, uint64_t *flen, return hlen; } -/* Decode remotely initiated bidi-stream. +/* Decode remotely initiated bidi-stream. must be set to indicate + * that we received the last data of the stream. * Returns <0 on error else 0. */ static int h3_decode_qcs(struct qcs *qcs, int fin, void *ctx)