comparison src/event/ngx_event_pipe.h @ 5883:973ee2276300

Upstream: proxy_limit_rate and friends. The directives limit the upstream read rate. For example, "proxy_limit_rate 42" limits proxy upstream read rate to 42 bytes per second.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 28 Oct 2014 12:29:59 +0300
parents d620f497c50f
children fc72784b1f52
comparison
equal deleted inserted replaced
5882:ec81934727a1 5883:973ee2276300
78 78
79 ngx_chain_t *preread_bufs; 79 ngx_chain_t *preread_bufs;
80 size_t preread_size; 80 size_t preread_size;
81 ngx_buf_t *buf_to_file; 81 ngx_buf_t *buf_to_file;
82 82
83 size_t limit_rate;
84 time_t start_sec;
85
83 ngx_temp_file_t *temp_file; 86 ngx_temp_file_t *temp_file;
84 87
85 /* STUB */ int num; 88 /* STUB */ int num;
86 }; 89 };
87 90