comparison src/http/ngx_http_write_filter_module.c @ 8769:9ec3e71f8a61 quic

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.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 05 May 2021 14:53:36 +0300
parents c19ca381b2e6
children 61e9c078ee3d 94daa42ff5ce
comparison
equal deleted inserted replaced
8768:40d710a66aef 8769:9ec3e71f8a61