mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-02-08 10:51:06 +01:00
MINOR: mux-quic: add comment
Explain the qc_release_detached_streams function purpose and interface. Most notably the return code which is the count of released streams.
This commit is contained in:
parent
9aa324de2d
commit
6a4aebfbfc
@ -339,6 +339,11 @@ static int qc_send(struct qcc *qcc)
|
||||
return ret;
|
||||
}
|
||||
|
||||
/* Release all streams that are already marked as detached. This is only done
|
||||
* if their TX buffers are empty or if a CONNECTION_CLOSE has been received.
|
||||
*
|
||||
* Return the number of released stream.
|
||||
*/
|
||||
static int qc_release_detached_streams(struct qcc *qcc)
|
||||
{
|
||||
struct eb64_node *node;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user