comparison src/http/ngx_http_core_module.h @ 8786:d514f88053e5 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 28 May 2021 13:33:08 +0300
parents 7f95010f10b7 1bde031b59ff
children 61d0fa67b55e
comparison
equal deleted inserted replaced
8785:e6c26cb4d38b 8786:d514f88053e5
303 } ngx_http_err_page_t; 303 } ngx_http_err_page_t;
304 304
305 305
306 struct ngx_http_core_loc_conf_s { 306 struct ngx_http_core_loc_conf_s {
307 ngx_str_t name; /* location name */ 307 ngx_str_t name; /* location name */
308 ngx_str_t escaped_name;
308 309
309 #if (NGX_PCRE) 310 #if (NGX_PCRE)
310 ngx_http_regex_t *regex; 311 ngx_http_regex_t *regex;
311 #endif 312 #endif
312 313