diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-06-02 14:01:50 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-06-02 14:01:50 +0000 |
| commit | 80027fc0a220d07f407186e1496815fed9391ddf (patch) | |
| tree | 082fe4ad53a86c552cbda732990cd5ceaca79588 /src/http/ngx_http_core_module.h | |
| parent | f0a827adcb3ed86de3f744fe6d8b5fff52f20e0c (diff) | |
| download | nginx-80027fc0a220d07f407186e1496815fed9391ddf.tar.gz nginx-80027fc0a220d07f407186e1496815fed9391ddf.tar.bz2 | |
limit_rate_after
Diffstat (limited to 'src/http/ngx_http_core_module.h')
| -rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
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 650183f05..e7bffbfa7 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 */ |
