r1465 merge:

style fix
This commit is contained in:
Igor Sysoev 2007-09-23 19:18:22 +00:00
parent 4f2f70c7cd
commit bed8eaacf4
1 changed files with 1 additions and 1 deletions

View File

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