summaryrefslogtreecommitdiffhomepage
path: root/src/http/v3/ngx_http_v3_request.c
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2021-05-05 14:53:36 +0300
committerRoman Arutyunyan <arut@nginx.com>2021-05-05 14:53:36 +0300
commit38773a3c1130d34715f1cce24527a10258447354 (patch)
tree21ab82b33f79ae8a9a316eb62c7b8df418ec1877 /src/http/v3/ngx_http_v3_request.c
parent82f8734935ef28fbda4450fd88410b7d1f359c62 (diff)
downloadnginx-38773a3c1130d34715f1cce24527a10258447354.tar.gz
nginx-38773a3c1130d34715f1cce24527a10258447354.tar.bz2
HTTP/3: reference h3c directly from ngx_http_connection_t.
Previously, an ngx_http_v3_connection_t object was created for HTTP/3 and then assinged to c->data instead of the generic ngx_http_connection_t object. Now a direct reference is added to ngx_http_connection_t, which is less confusing and does not require a flag for http3.
Diffstat (limited to 'src/http/v3/ngx_http_v3_request.c')
0 files changed, 0 insertions, 0 deletions