log src/http/ngx_http_spdy_filter_module.c @ 5530:827e53c136b0

age author description
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, 15 Jan 2014 13:23:31 +0400 Valentin Bartenev SPDY: fixed off_t/size_t type conversions on 32 bits platforms.
Wed, 15 Jan 2014 01:44:52 +0400 Valentin Bartenev SPDY: fixed build, broken by b7ee1bae0ffa.
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: added the "spdy_chunk_size" directive.