Commit 00a6ce4
committed
add support of nginx >= 1.21.5
ngx_http_graphite_get_source():
Starting from 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 #471 parent cf2904c commit 00a6ce4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2020 | 2020 | | |
2021 | 2021 | | |
2022 | 2022 | | |
2023 | | - | |
| 2023 | + | |
2024 | 2024 | | |
2025 | 2025 | | |
2026 | 2026 | | |
| |||
0 commit comments