comparison src/stream/ngx_stream_quic_module.c @ 8200: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 45db1b5c1706
children 50f5c4f75fc1
comparison
equal deleted inserted replaced
8199:feec2cc762f6 8200:279ad36f2f4b
168 168
169 static ngx_int_t 169 static ngx_int_t
170 ngx_stream_variable_quic(ngx_stream_session_t *s, 170 ngx_stream_variable_quic(ngx_stream_session_t *s,
171 ngx_stream_variable_value_t *v, uintptr_t data) 171 ngx_stream_variable_value_t *v, uintptr_t data)
172 { 172 {
173 if (s->connection->qs) { 173 if (s->connection->quic) {
174 174
175 v->len = 4; 175 v->len = 4;
176 v->valid = 1; 176 v->valid = 1;
177 v->no_cacheable = 1; 177 v->no_cacheable = 1;
178 v->not_found = 0; 178 v->not_found = 0;