mirror of
https://github.com/nginx/nginx.git
synced 2025-07-25 22:56:59 +08:00
r1465 merge:
style fix
This commit is contained in:
parent
ab605f1ac0
commit
10c364d987
@ -1295,7 +1295,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