diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-09-14 19:39:54 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-14 19:39:54 +0000 |
commit | dc3b2a78753bdc4c97a0007c872a4f8afd049df4 (patch) | |
tree | 101c409864cf6ec6e6f285ef772e61f0924dd32c /src/http/ngx_http_request.h | |
parent | e2ff3ea920ba6bc3690a333abdaa2e40656f933a (diff) | |
download | nginx-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.h | 4 |
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; |