summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-10-26 15:46:59 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-10-26 15:46:59 +0000
commitdf30d3db5655ce895726efd7ddff81f971727dbe (patch)
tree7ee2fffb111c8ac12959d20217d4d2f12660629f /src/http/ngx_http_core_module.h
parent10a04dbf27dec7e0b59049efbbc8223dd5f4a36a (diff)
downloadnginx-df30d3db5655ce895726efd7ddff81f971727dbe.tar.gz
nginx-df30d3db5655ce895726efd7ddff81f971727dbe.tar.bz2
merge r2908:
limit_rate_after
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index e5b68f330..71d5b953c 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -324,6 +324,7 @@ struct ngx_http_core_loc_conf_s {
size_t send_lowat; /* send_lowat */
size_t postpone_output; /* postpone_output */
size_t limit_rate; /* limit_rate */
+ size_t limit_rate_after; /* limit_rate_after */
size_t sendfile_max_chunk; /* sendfile_max_chunk */
ngx_msec_t client_body_timeout; /* client_body_timeout */