commit | fd67586ef670a2ed181bb19d60619714f404aacc | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Fri Apr 11 16:01:14 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Fri Apr 11 16:01:14 2003 +0000 |
tree | f13d1535caa6ff13d512d71ba8d1003c75f47cb8 | |
parent | cde2478a8540b19d4c9f5077fae23803889ed393 [diff] [blame] |
nginx-0.0.1-2003-04-11-20:01:14 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 031d990..6ae1e94 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h
@@ -148,6 +148,7 @@ int path_err; unsigned proxy:1; + unsigned cachable:1; unsigned pipeline:1; unsigned keepalive:1; unsigned lingering_close:1;