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.
Wed, 18 Dec 2013 18:39:29 +0400 Valentin Bartenev SPDY: use predefined constant for size of the Stream-ID field.
Thu, 13 Jun 2013 16:28:42 +0400 Valentin Bartenev SPDY: fixed code style, no functional changes.
Fri, 07 Jun 2013 13:16:00 -0700 Jim Radford SPDY: pass through the full status when available.
Wed, 05 Jun 2013 02:13:52 +0400 Valentin Bartenev SPDY: use proper macros for value length and headers counter.
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.