We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bbb8d commit a3be417Copy full SHA for a3be417
modules/subrequest/NdgSubrequestConf.hpp
@@ -28,8 +28,8 @@ class NdgSubrequestConf final
28
auto prev = reinterpret_cast<this_type*>(parent);
29
auto conf = reinterpret_cast<this_type*>(child);
30
31
- NgxValue::merge(conf->loc, prev->loc, ngx_string("/echo"));
32
- NgxValue::merge(conf->args, prev->args, ngx_null_string);
+ NgxValue::merge(conf->loc, prev->loc, ngx_str_t ngx_string("/echo"));
+ NgxValue::merge(conf->args, prev->args, ngx_str_t ngx_null_string);
33
34
return NGX_CONF_OK;
35
}
0 commit comments