]> git.kaiwu.me - nginx.git/commit
HTTP/3: ngx_http_v3_get_session() macro.
authorRoman Arutyunyan <arut@nginx.com>
Fri, 30 Apr 2021 16:10:11 +0000 (19:10 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Fri, 30 Apr 2021 16:10:11 +0000 (19:10 +0300)
commit82f8734935ef28fbda4450fd88410b7d1f359c62
tree79c508698c815db46c1680b0217dfeddb8d277c6
parenta40fa4aa9640a574cc6413dabada256f837d8cb9
HTTP/3: ngx_http_v3_get_session() macro.

It's used instead of accessing c->quic->parent->data directly.  Apart from being
simpler, it allows to change the way session is stored in the future by changing
the macro.
src/http/v3/ngx_http_v3.h
src/http/v3/ngx_http_v3_filter_module.c
src/http/v3/ngx_http_v3_request.c
src/http/v3/ngx_http_v3_streams.c
src/http/v3/ngx_http_v3_tables.c