log src/http/ngx_http_spdy_filter_module.c @ 5512:9fffc0c46e5c

age author description
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: fixed possible premature close of stream.
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: refactored ngx_http_spdy_body_filter().
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: elimination of r->blocked counter usage for queuing frames.
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: better name for queued frames counter.
Thu, 26 Dec 2013 17:03:16 +0400 Valentin Bartenev SPDY: a bit smarter ngx_http_spdy_filter_get_data_frame().
Thu, 26 Dec 2013 17:03:16 +0400 Valentin Bartenev SPDY: refactored loop in ngx_http_spdy_body_filter().
Thu, 26 Dec 2013 17:03:16 +0400 Valentin Bartenev SPDY: fixed possible request hang.