]> git.kaiwu.me - nginx.git/commit
SPDY: use ngx_queue_t to queue streams for post processing.
authorValentin Bartenev <vbart@nginx.com>
Mon, 20 Jan 2014 16:56:49 +0000 (20:56 +0400)
committerValentin Bartenev <vbart@nginx.com>
Mon, 20 Jan 2014 16:56:49 +0000 (20:56 +0400)
commitabcbe5421990ddfd8ff87bd905bdc62c5675a6c8
treead569b8208fae7deaf1b36f1b32cec63cc8dee1c
parent3ddf9ccfce12454dfa456d3ef5c92f7472966ebf
SPDY: use ngx_queue_t to queue streams for post processing.

It simplifies the code and allows easy reuse the same queue pointer to store
streams in various queues with different requirements.  Future implementation
of SPDY/3.1 will take advantage of this quality.
src/http/ngx_http_spdy.c
src/http/ngx_http_spdy.h
src/http/ngx_http_spdy_filter_module.c