Latest update - 9113 (merged default - quic branch)

This commit is contained in:
2023-05-23 11:42:22 +09:00
parent c54353987b
commit f97d1c4193
9 changed files with 29 additions and 15 deletions
+3 -3
View File
@@ -732,14 +732,14 @@ ngx_regex_create_conf(ngx_cycle_t *cycle)
return NULL;
}
cln->handler = ngx_regex_cleanup;
cln->data = rcf;
rcf->studies = ngx_list_create(cycle->pool, 8, sizeof(ngx_regex_elt_t));
if (rcf->studies == NULL) {
return NULL;
}
cln->handler = ngx_regex_cleanup;
cln->data = rcf;
ngx_regex_studies = rcf->studies;
return rcf;