diff src/http/ngx_http_request.c @ 1464:3263e4b17903

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 07 Sep 2007 09:29:08 +0000
parents 0f0ce9a8eee9
children e5352b711c47
line wrap: on
line diff
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -1294,7 +1294,7 @@ ngx_http_process_request_header(ngx_http
         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);