catap / ngx_http_ip_tos_filter_module

Other
7 stars 8 forks source link

Support variable arguments #2

Closed zmedico closed 2 years ago

zmedico commented 5 years ago

Use ngx_http_compile_complex_value to handle variable arguments that are evaluated at runtime. Static arguments are still evaluated when parsing the configuration, so this does not introduce any runtime overhead for static arguments.

catap commented 2 years ago

@zmedico sorry for very long response. I just found it.

Have you tested it?

zmedico commented 2 years ago

@zmedico sorry for very long response. I just found it.

No problem.

Have you tested it?

Yes, I've tested it and it works well.

catap commented 2 years ago

@zmedico thanks, let merge it when!