comparison src/mail/ngx_mail_pop3_handler.c @ 8429: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 da0a85e91587
children 815c63581be4
comparison
equal deleted inserted replaced
8428:40d710a66aef 8429:9ec3e71f8a61