style fix

This commit is contained in:
Igor Sysoev 2007-09-07 09:29:08 +00:00
parent 7a69774721
commit 589fc748ed

View File

@ -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);