log src/http/ngx_http_spdy.c @ 5606:6c7f9fd5fd7e

age author description
Tue, 18 Mar 2014 17:00:19 +0400 Maxim Dounin SPDY: always check size of data to be saved into state buffer.
Mon, 17 Mar 2014 17:41:24 +0400 Roman Arutyunyan Added server-side support for PROXY protocol v1 (ticket #355).
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.