aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-10-24 06:53:41 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-10-24 06:53:41 +0000
commit12b4b00784bbc3cd934e2f2bbee79679684629e3 (patch)
tree602dfdcdc4fe5b21c17366eacfae63efcb03770e /src/http/ngx_http_core_module.h
parent8556e6da41e80772cb9710e4309d9ad44a7b360e (diff)
downloadnginx-12b4b00784bbc3cd934e2f2bbee79679684629e3.tar.gz
nginx-12b4b00784bbc3cd934e2f2bbee79679684629e3.zip
nginx-0.0.1-2003-10-24-10:53:41 import
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 9cc979145..7ffebb46d 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -118,6 +118,8 @@ typedef struct {
ngx_msec_t lingering_time; /* lingering_time */
ngx_msec_t lingering_timeout; /* lingering_timeout */
+ int msie_padding; /* msie_padding */
+
ngx_log_t *err_log;
} ngx_http_core_loc_conf_t;