nginx/src/http
Maxim Dounin 0c88994a03 Fixed interaction of limit_rate and sendfile_max_chunk.
It's possible that configured limit_rate will permit more bytes per
single operation than sendfile_max_chunk.  To protect disk from takeover
by a single client it is necessary to apply sendfile_max_chunk as a limit
regardless of configured limit_rate.

See here for report (in Russian):
http://mailman.nginx.org/pipermail/nginx-ru/2010-March/032806.html
2011-12-26 10:51:24 +00:00
..
modules Fixed mp4 if first entry in stsc was skipped (ticket #72). 2011-12-26 10:49:03 +00:00
ngx_http_busy_lock.c fix English grammar 2007-10-14 18:56:15 +00:00
ngx_http_busy_lock.h fix English grammar 2007-10-14 18:56:15 +00:00
ngx_http_cache.h loader_files, loader_sleep, and loader_threshold 2011-07-29 15:09:02 +00:00
ngx_http_config.h ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf() 2010-08-02 15:28:04 +00:00
ngx_http_copy_filter_module.c Fix for socket leak with "aio sendfile" and "limit_rate". 2011-10-11 18:00:23 +00:00
ngx_http_core_module.c Added clearing of r->valid_unparsed_uri on internal redirects. 2011-12-19 14:11:48 +00:00
ngx_http_core_module.h Added the "so_keepalive=" parameter to the "listen" directive. 2011-12-05 08:06:15 +00:00
ngx_http_file_cache.c Cache: only complain on long locked entries. 2011-12-12 10:49:14 +00:00
ngx_http_header_filter_module.c Renamed some constants to improve readability, no functional changes. 2011-12-12 10:45:05 +00:00
ngx_http_parse_time.c ngx_http_parse_time() should support full 32-bit time 2009-10-15 13:19:34 +00:00
ngx_http_parse.c Added support for IP-literal in the Host header and request line (ticket #1). 2011-11-28 09:15:33 +00:00
ngx_http_postpone_filter_module.c *) ngx_http_ephemeral 2009-08-30 09:47:11 +00:00
ngx_http_request_body.c Bugfix: read event was not blocked after reading body. 2011-09-05 12:43:31 +00:00
ngx_http_request.c Added support for IP-literal in the Host header and request line (ticket #1). 2011-11-28 09:15:33 +00:00
ngx_http_request.h Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module. 2011-11-14 14:04:42 +00:00
ngx_http_script.c Clear old Location header (if any) while adding a new one. 2011-10-12 13:28:03 +00:00
ngx_http_script.h fix typo 2010-09-13 12:44:43 +00:00
ngx_http_special_response.c Clear old Location header (if any) while adding a new one. 2011-10-12 13:28:03 +00:00
ngx_http_upstream_round_robin.c Better recheck of dead upstream servers. 2011-10-12 14:22:48 +00:00
ngx_http_upstream_round_robin.h Better recheck of dead upstream servers. 2011-10-12 14:22:48 +00:00
ngx_http_upstream.c Added clearing of r->valid_unparsed_uri on internal redirects. 2011-12-19 14:11:48 +00:00
ngx_http_upstream.h Added the ngx_http_upstream_param_set_slot(). 2011-12-09 13:19:57 +00:00
ngx_http_variables.c Fixed: some of $sent_http_* variables may contain header entries that actually 2011-12-09 16:17:12 +00:00
ngx_http_variables.h change ngx_http_map_find(): use case sensitive regexes 2011-05-30 12:36:17 +00:00
ngx_http_write_filter_module.c Fixed interaction of limit_rate and sendfile_max_chunk. 2011-12-26 10:51:24 +00:00
ngx_http.c Added the "so_keepalive=" parameter to the "listen" directive. 2011-12-05 08:06:15 +00:00
ngx_http.h Protocol version parsing in ngx_http_parse_status_line(). 2011-09-15 19:22:35 +00:00