diff src/stream/ngx_stream_core_module.c @ 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 893b3313f53c
children d514f88053e5
line wrap: on
line diff
--- a/src/stream/ngx_stream_core_module.c
+++ b/src/stream/ngx_stream_core_module.c
@@ -326,7 +326,7 @@ ngx_stream_core_content_phase(ngx_stream
 
     if (c->type == SOCK_STREAM
 #if (NGX_STREAM_QUIC)
-        && c->qs == NULL
+        && c->quic == NULL
 #endif
         && cscf->tcp_nodelay
         && ngx_tcp_nodelay(c) != NGX_OK)