diff src/http/ngx_http_special_response.c @ 2019:e720be7bc195

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 21 May 2008 17:39:51 +0000
parents dd388c80f5a2
children 7018254cc006
line wrap: on
line diff
--- a/src/http/ngx_http_special_response.c
+++ b/src/http/ngx_http_special_response.c
@@ -343,7 +343,7 @@ ngx_http_special_response_handler(ngx_ht
 
     r->err_status = error;
 
-    if (r->keepalive != 0) {
+    if (r->keepalive) {
         switch (error) {
             case NGX_HTTP_BAD_REQUEST:
             case NGX_HTTP_REQUEST_ENTITY_TOO_LARGE: