From 4b41b1478f108800d30bff981204bb0b85fc809e Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Tue, 10 Nov 2020 18:38:42 +0000 Subject: QUIC: got rid of the c->quic field. Now QUIC connection is accessed via the c->udp field. --- src/core/ngx_connection.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/ngx_connection.h') diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 2ce0f153b..a075d84a3 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -151,7 +151,6 @@ struct ngx_connection_s { ngx_proxy_protocol_t *proxy_protocol; #if (NGX_QUIC || NGX_COMPAT) - ngx_quic_connection_t *quic; ngx_quic_stream_t *qs; #endif -- cgit