comparison src/core/ngx_connection.h @ 8630:279ad36f2f4b quic

QUIC: renamed c->qs to c->quic.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 10 Nov 2020 19:40:00 +0000
parents feec2cc762f6
children c436681ad8e0
comparison
equal deleted inserted replaced
8629:feec2cc762f6 8630:279ad36f2f4b
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_stream_t *qs; 154 ngx_quic_stream_t *quic;
155 #endif 155 #endif
156 156
157 #if (NGX_SSL || NGX_COMPAT) 157 #if (NGX_SSL || NGX_COMPAT)
158 ngx_ssl_connection_t *ssl; 158 ngx_ssl_connection_t *ssl;
159 #endif 159 #endif