log src/http/ngx_http_spdy.c @ 5590:6808ea2d69e4

age author description
Mon, 03 Mar 2014 19:24:55 +0400 Valentin Bartenev SPDY: fixed potential integer overflow while parsing headers.
Mon, 03 Mar 2014 19:24:54 +0400 Valentin Bartenev SPDY: constant number of preallocated structures for headers.
Tue, 11 Feb 2014 20:54:16 +0800 Xiaochen Wang SPDY: fixed parsing of http version.
Wed, 22 Jan 2014 04:58:19 +0400 Valentin Bartenev SPDY: fixed possible segfault. stable-1.4
Tue, 04 Feb 2014 14:06:23 +0900 Shigeki Ohtsu SPDY: fixed parsing of the priority field.
Fri, 31 Jan 2014 19:17:26 +0400 Valentin Bartenev SPDY: protocol implementation switched to spdy/3.1.
Mon, 20 Jan 2014 20:56:49 +0400 Valentin Bartenev SPDY: use ngx_queue_t to queue streams for post processing.