nginx/src/http
Valentin Bartenev ac8bb7a9e5 SPDY: elimination of r->blocked counter usage for queuing frames.
It was used to prevent destroying of request object when there are unsent
frames in queue for the stream.  Since it was incremented for each frame
and is only 8 bits long, so it was not very hard to overflow the counter.

Now the stream->queued counter is checked instead.
2014-01-14 16:24:45 +04:00
..
modules SSL: fixed ssl_verify_depth to take only one argument. 2014-01-14 15:56:40 +04:00
ngx_http_busy_lock.c Whitespace fixes. 2012-03-05 18:09:06 +00:00
ngx_http_busy_lock.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_cache.h Upstream: cache revalidation with conditional requests. 2013-11-18 20:48:22 +04:00
ngx_http_config.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_copy_filter_module.c Allowed up to two EBUSY errors from sendfile(). 2014-01-04 03:31:58 +04:00
ngx_http_core_module.c Added support for TCP_FASTOPEN supported in Linux >= 3.7.1. 2013-12-03 22:07:03 +04:00
ngx_http_core_module.h Added support for TCP_FASTOPEN supported in Linux >= 3.7.1. 2013-12-03 22:07:03 +04:00
ngx_http_file_cache.c Upstream: cache revalidation with conditional requests. 2013-11-18 20:48:22 +04:00
ngx_http_header_filter_module.c Fixed response line formatting with empty reason phrase. 2013-09-18 18:53:26 +04:00
ngx_http_parse_time.c Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
ngx_http_parse.c Teach ngx_http_parse_unsafe_uri() how to unescape URIs. 2013-12-23 18:12:00 +04:00
ngx_http_postpone_filter_module.c Fixed error logging. 2013-05-21 17:30:19 +04:00
ngx_http_request_body.c Fixed "zero size buf in output" alerts. 2014-01-04 03:32:22 +04:00
ngx_http_request.c Use EPOLLRDHUP in ngx_http_test_reading() (ticket #320). 2013-09-16 18:33:39 +04:00
ngx_http_request.h Core: support several "error_log" directives. 2013-06-20 20:47:39 +04:00
ngx_http_script.c Style. 2013-10-18 18:13:35 +04:00
ngx_http_script.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_spdy_filter_module.c SPDY: elimination of r->blocked counter usage for queuing frames. 2014-01-14 16:24:45 +04:00
ngx_http_spdy_module.c Preliminary experimental support for SPDY draft 2. 2013-03-20 10:36:57 +00:00
ngx_http_spdy_module.h Preliminary experimental support for SPDY draft 2. 2013-03-20 10:36:57 +00:00
ngx_http_spdy.c SPDY: elimination of r->blocked counter usage for queuing frames. 2014-01-14 16:24:45 +04:00
ngx_http_spdy.h SPDY: better name for flag that indicates incomplete frame state. 2014-01-14 16:24:45 +04:00
ngx_http_special_response.c Format specifier fixes in error logging. 2013-08-20 20:47:16 +04:00
ngx_http_upstream_round_robin.c Changed resolver API to use ngx_addr_t. 2013-12-06 14:30:27 +04:00
ngx_http_upstream_round_robin.h Upstream: removed rudiments of upstream connection caching. 2013-03-25 14:51:44 +00:00
ngx_http_upstream.c Upstream: Cache-Control preferred over Expires. 2014-01-04 03:32:10 +04:00
ngx_http_upstream.h Changed resolver API to use ngx_addr_t. 2013-12-06 14:30:27 +04:00
ngx_http_variables.c Fixed handling of UNIX-domain sockets. 2013-12-09 10:16:44 +04:00
ngx_http_variables.h Removed unused ngx_http_clear_variable() macro. 2013-03-21 16:06:13 +00:00
ngx_http_write_filter_module.c Added r->limit_rate_after. 2013-05-11 18:49:42 +04:00
ngx_http.c Added support for TCP_FASTOPEN supported in Linux >= 3.7.1. 2013-12-03 22:07:03 +04:00
ngx_http.h Fixed build with --with-mail_ssl_module. 2013-05-11 18:49:30 +04:00