mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 12:22:41 +08:00
style fix
This commit is contained in:
parent
7a69774721
commit
589fc748ed
@ -1294,7 +1294,7 @@ ngx_http_process_request_header(ngx_http_request_t *r)
|
||||
return NGX_ERROR;
|
||||
}
|
||||
|
||||
if (r->method & (NGX_HTTP_TRACE)) {
|
||||
if (r->method & NGX_HTTP_TRACE) {
|
||||
ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
|
||||
"client sent TRACE method");
|
||||
ngx_http_finalize_request(r, NGX_HTTP_NOT_ALLOWED);
|
||||
|
Loading…
Reference in New Issue
Block a user