aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-09-14 19:39:54 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-09-14 19:39:54 +0000
commitdc3b2a78753bdc4c97a0007c872a4f8afd049df4 (patch)
tree101c409864cf6ec6e6f285ef772e61f0924dd32c /src/http/ngx_http_request.h
parente2ff3ea920ba6bc3690a333abdaa2e40656f933a (diff)
downloadnginx-dc3b2a78753bdc4c97a0007c872a4f8afd049df4.tar.gz
nginx-dc3b2a78753bdc4c97a0007c872a4f8afd049df4.zip
nginx-0.0.10-2004-09-14-23:39:54 import
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 8055b5f1f..276330e34 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -146,8 +146,8 @@ typedef struct {
size_t connection_type;
ssize_t keep_alive_n;
- unsigned msie;
- unsigned msie4;
+ unsigned msie:1;
+ unsigned msie4:1;
} ngx_http_headers_in_t;