log src/http/ngx_http_spdy.h @ 5617:68c6cc832c76

age author description
Wed, 12 Feb 2014 21:02:29 +0400 Valentin Bartenev SPDY: fixed reversed priority order in window waiting queue.
Fri, 31 Jan 2014 19:17:26 +0400 Valentin Bartenev SPDY: protocol implementation switched to spdy/3.1.
Tue, 28 Jan 2014 15:33:49 -0800 Piotr Sikora SSL: support ALPN (IETF's successor to NPN).
Mon, 20 Jan 2014 20:56:49 +0400 Valentin Bartenev SPDY: use ngx_queue_t to queue streams for post processing.
Wed, 22 Jan 2014 04:58:19 +0400 Valentin Bartenev SPDY: store the length of frame instead of its whole size.
Wed, 22 Jan 2014 04:58:19 +0400 Valentin Bartenev SPDY: use frame->next pointer to chain free frames.
Wed, 22 Jan 2014 04:58:19 +0400 Valentin Bartenev SPDY: better name for frame entries counter.