aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-03-11 20:38:13 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-03-11 20:38:13 +0000
commitb738757f359a79b346bcc40895ed0a5ca697e8e2 (patch)
tree517f3cdbf30667c5183ba06f4d895acc78a308bf /src/http/ngx_http.c
parent0dad629f63e6bb8bc61314ba0c0aed5412353947 (diff)
downloadnginx-b738757f359a79b346bcc40895ed0a5ca697e8e2.tar.gz
nginx-b738757f359a79b346bcc40895ed0a5ca697e8e2.zip
nginx-0.0.1-2003-03-11-23:38:13 import
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r--src/http/ngx_http.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c
index 83c9e1dd9..954b1cfc0 100644
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -27,11 +27,6 @@ int ngx_http_large_client_header = 1;
int ngx_http_url_in_error_log = 1;
-/* STUB: per location */
-int ngx_http_lingering_timeout = 5000;
-int ngx_http_lingering_time = 30;
-/**/
-
ngx_array_t ngx_http_index_handlers;