aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-10-24 16:10:38 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-10-24 16:10:38 +0000
commit6414b96ebc50f42bf878aa84839921ab0aa9f4df (patch)
tree145c6488055c4f703eb8e326064ccb85b526935f /src/http/ngx_http_core_module.c
parent12b4b00784bbc3cd934e2f2bbee79679684629e3 (diff)
downloadnginx-6414b96ebc50f42bf878aa84839921ab0aa9f4df.tar.gz
nginx-6414b96ebc50f42bf878aa84839921ab0aa9f4df.zip
nginx-0.0.1-2003-10-24-20:10:38 import
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r--src/http/ngx_http_core_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
index ad557e49e..0a4e58373 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -232,7 +232,7 @@ void ngx_http_handler(ngx_http_request_t *r)
break;
}
-#if 0
+#if 1
/* TEST STUB */ r->http_version = NGX_HTTP_VERSION_10;
/* TEST STUB */ r->keepalive = 0;
#endif