diff options
author | Vladimir Homutov <vl@nginx.com> | 2021-10-13 14:48:33 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2021-10-13 14:48:33 +0300 |
commit | 9ca3a02e684a3b5f19b6fec5b486d59eb4a4b319 (patch) | |
tree | 443ad6bf1dc95ed79fc0f1a22f3209dd98886e6c /src/http/v3/ngx_http_v3_request.c | |
parent | 0572c2a69f4edef04e3babdb6f9ef18ff52a9619 (diff) | |
download | nginx-9ca3a02e684a3b5f19b6fec5b486d59eb4a4b319.tar.gz nginx-9ca3a02e684a3b5f19b6fec5b486d59eb4a4b319.zip |
QUIC: fixed removal of unused client IDs.
If client ID was never used, its refcount is zero. To keep things simple,
the ngx_quic_unref_client_id() function is now aware of such IDs.
If client ID was used, the ngx_quic_replace_retired_client_id() function
is supposed to find all users and unref the ID, thus ngx_quic_unref_client_id()
should not be called after it.
Diffstat (limited to 'src/http/v3/ngx_http_v3_request.c')
0 files changed, 0 insertions, 0 deletions