mailru / graphite-nginx-module

An nginx module for collecting stats into Graphite
135 stars 34 forks source link

add support of nginx >= 1.21.5 #50

Closed sorc1 closed 2 years ago

sorc1 commented 2 years ago

ngx_http_graphite_get_source(): Starting nginx v1.21.5 ngx_regex_exec() is a function, not a macro. The function accepts (ngx_str_t) as the second parameter, not (const ngx_str_t). But actually the function doesn't modify the structure, so we can safely cast a pointer.

Fixes #47