aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_quic_module.c
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2020-11-10 19:40:00 +0000
committerRoman Arutyunyan <arut@nginx.com>2020-11-10 19:40:00 +0000
commit2fd31c8959fbae8f069d09b61f339358214e75d1 (patch)
tree0ab95bedaf0ba65c7f0cf1d1382efd24e18a0bfa /src/stream/ngx_stream_quic_module.c
parent4b41b1478f108800d30bff981204bb0b85fc809e (diff)
downloadnginx-2fd31c8959fbae8f069d09b61f339358214e75d1.tar.gz
nginx-2fd31c8959fbae8f069d09b61f339358214e75d1.zip
QUIC: renamed c->qs to c->quic.
Diffstat (limited to 'src/stream/ngx_stream_quic_module.c')
-rw-r--r--src/stream/ngx_stream_quic_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/ngx_stream_quic_module.c b/src/stream/ngx_stream_quic_module.c
index edf5ac704..49b1a6f85 100644
--- a/src/stream/ngx_stream_quic_module.c
+++ b/src/stream/ngx_stream_quic_module.c
@@ -170,7 +170,7 @@ static ngx_int_t
ngx_stream_variable_quic(ngx_stream_session_t *s,
ngx_stream_variable_value_t *v, uintptr_t data)
{
- if (s->connection->qs) {
+ if (s->connection->quic) {
v->len = 4;
v->valid = 1;