]> git.kaiwu.me - nginx.git/commit
Upstream: proxy_limit_rate and friends.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 28 Oct 2014 09:29:59 +0000 (12:29 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 28 Oct 2014 09:29:59 +0000 (12:29 +0300)
commit18e4d042b04e1ec09d1b74537541b3bb99a75c3f
tree3c0f3b5495e7893adf44c0775aed048ab772ffaf
parent0989d63f06376ab9434a6449cd316a3c555167d6
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.
src/event/ngx_event_pipe.c
src/event/ngx_event_pipe.h
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h