diff options
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; |