comparison src/http/modules/ngx_http_quic_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 45db1b5c1706
children 831d1960826f
comparison
equal deleted inserted replaced
8629:feec2cc762f6 8630:279ad36f2f4b
177 177
178 static ngx_int_t 178 static ngx_int_t
179 ngx_http_variable_quic(ngx_http_request_t *r, 179 ngx_http_variable_quic(ngx_http_request_t *r,
180 ngx_http_variable_value_t *v, uintptr_t data) 180 ngx_http_variable_value_t *v, uintptr_t data)
181 { 181 {
182 if (r->connection->qs) { 182 if (r->connection->quic) {
183 183
184 v->len = 4; 184 v->len = 4;
185 v->valid = 1; 185 v->valid = 1;
186 v->no_cacheable = 1; 186 v->no_cacheable = 1;
187 v->not_found = 0; 187 v->not_found = 0;