This commit is contained in:
Andrey 2025-12-17 00:37:27 +00:00 committed by GitHub
commit edfff6fcac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -535,6 +535,10 @@ ngx_http_script_compile(ngx_http_script_compile_t *sc)
continue;
}
if (ch == '-' && bracket) {
continue;
}
break;
}