mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-11 09:52:56 -04:00
MINOR: h3: add documentation on h3_decode_qcs
Specify the purpose of the fin argument on h3_decode_qcs.
This commit is contained in:
parent
ffafb3d2c2
commit
a04724af29
1 changed files with 2 additions and 1 deletions
3
src/h3.c
3
src/h3.c
|
|
@ -93,7 +93,8 @@ static inline size_t h3_decode_frm_header(uint64_t *ftype, uint64_t *flen,
|
|||
return hlen;
|
||||
}
|
||||
|
||||
/* Decode <qcs> remotely initiated bidi-stream.
|
||||
/* Decode <qcs> remotely initiated bidi-stream. <fin> 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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue