# HG changeset patch # User Igor Sysoev # Date 1189157348 0 # Node ID 3263e4b17903011d8d59dd241f539c0e54bc2abe # Parent 1f6898bb813e3795b3856dfe48c637fadb92a5c2 style fix diff -r 1f6898bb813e -r 3263e4b17903 src/http/ngx_http_request.c --- a/src/http/ngx_http_request.c Wed Sep 05 15:30:19 2007 +0000 +++ b/src/http/ngx_http_request.c Fri Sep 07 09:29:08 2007 +0000 @@ -1294,7 +1294,7 @@ 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);