diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-03-11 20:38:13 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-03-11 20:38:13 +0000 |
commit | b738757f359a79b346bcc40895ed0a5ca697e8e2 (patch) | |
tree | 517f3cdbf30667c5183ba06f4d895acc78a308bf /src/http/ngx_http.c | |
parent | 0dad629f63e6bb8bc61314ba0c0aed5412353947 (diff) | |
download | nginx-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.c | 5 |
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; |