commit | abcbe5421990ddfd8ff87bd905bdc62c5675a6c8 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Mon Jan 20 20:56:49 2014 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Mon Jan 20 20:56:49 2014 +0400 |
tree | ad569b8208fae7deaf1b36f1b32cec63cc8dee1c | |
parent | 3ddf9ccfce12454dfa456d3ef5c92f7472966ebf [diff] |
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.