nginx/src/http
Maxim Dounin 1d13c0dd34 Allowed add_header for proxied 206 replies.
It was working for nginx's own 206 replies as they are seen as 200 in the
headers filter module (range filter goes later in the headers filter chain),
but not for proxied replies.
2011-11-28 10:00:47 +00:00
..
modules Allowed add_header for proxied 206 replies. 2011-11-28 10:00:47 +00:00
ngx_http.c Fixed segmentation fault with empty config on Windows. 2011-09-27 12:07:09 +00:00
ngx_http.h Protocol version parsing in ngx_http_parse_status_line(). 2011-09-15 19:22:35 +00:00
ngx_http_busy_lock.c
ngx_http_busy_lock.h
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 Fixed "keepalive_disable". 2011-11-21 07:31:59 +00:00
ngx_http_core_module.h Clear old Location header (if any) while adding a new one. 2011-10-12 13:28:03 +00:00
ngx_http_file_cache.c Cache: fix for sending of empty responses. 2011-09-27 11:15:35 +00:00
ngx_http_header_filter_module.c Fix processing 2010-06-30 14:39:28 +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_parse_time.c ngx_http_parse_time() should support full 32-bit time 2009-10-15 13:19:34 +00:00
ngx_http_postpone_filter_module.c *) ngx_http_ephemeral 2009-08-30 09:47:11 +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_request_body.c Bugfix: read event was not blocked after reading body. 2011-09-05 12:43:31 +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.c Upstream: don't cache unfinished responses. 2011-11-18 15:09:08 +00:00
ngx_http_upstream.h Additional headers for proxy/fastcgi/uwsgi/scgi_ignore_headers. 2011-10-11 18:10:49 +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_variables.c change ngx_http_map_find(): use case sensitive regexes 2011-05-30 12:36:17 +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 limit_rate_after 2009-06-02 14:01:50 +00:00