diff src/http/ngx_http_core_module.h @ 3236:9aa8fd2d5a00 stable-0.7

merge r2908: limit_rate_after
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Oct 2009 15:46:59 +0000
parents 501fd3ae3188
children 28ee756697b1
line wrap: on
line diff
--- 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 */