mirror of
https://github.com/nginx/nginx.git
synced 2025-06-13 06:12:44 +08:00
style fix: remove trailing spaces
This commit is contained in:
parent
8eac726195
commit
d5fe818f06
@ -1610,7 +1610,7 @@ ok:
|
|||||||
|
|
||||||
if (clcf->gzip_disable && r->headers_in.user_agent) {
|
if (clcf->gzip_disable && r->headers_in.user_agent) {
|
||||||
|
|
||||||
if (ngx_regex_exec_array(clcf->gzip_disable,
|
if (ngx_regex_exec_array(clcf->gzip_disable,
|
||||||
&r->headers_in.user_agent->value,
|
&r->headers_in.user_agent->value,
|
||||||
r->connection->log)
|
r->connection->log)
|
||||||
!= NGX_DECLINED)
|
!= NGX_DECLINED)
|
||||||
|
Loading…
Reference in New Issue
Block a user