log src/http/ngx_http_spdy_filter_module.c @ 5737:44b9ab7752e3

age author description
Wed, 30 Apr 2014 20:34:20 +0400 Valentin Bartenev SPDY: improved logging.
Mon, 07 Apr 2014 23:35:33 +0400 Valentin Bartenev SPDY: avoid creating flush frames.
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.
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.