comparison src/core/ngx_connection.h @ 8629:feec2cc762f6 quic

QUIC: got rid of the c->quic field. Now QUIC connection is accessed via the c->udp field.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 10 Nov 2020 18:38:42 +0000
parents 0d2b2664b41c
children 279ad36f2f4b
comparison
equal deleted inserted replaced
8628:45db1b5c1706 8629:feec2cc762f6
149 ngx_str_t addr_text; 149 ngx_str_t addr_text;
150 150
151 ngx_proxy_protocol_t *proxy_protocol; 151 ngx_proxy_protocol_t *proxy_protocol;
152 152
153 #if (NGX_QUIC || NGX_COMPAT) 153 #if (NGX_QUIC || NGX_COMPAT)
154 ngx_quic_connection_t *quic;
155 ngx_quic_stream_t *qs; 154 ngx_quic_stream_t *qs;
156 #endif 155 #endif
157 156
158 #if (NGX_SSL || NGX_COMPAT) 157 #if (NGX_SSL || NGX_COMPAT)
159 ngx_ssl_connection_t *ssl; 158 ngx_ssl_connection_t *ssl;