comparison src/http/ngx_http_spdy.h @ 5508:9053fdcea4b7

SPDY: better name for queued frames counter. No functional changes.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 14 Jan 2014 16:24:45 +0400
parents 916cb6d28f6a
children 877a7bd72070
comparison
equal deleted inserted replaced
5507:a30bba3c72e8 5508:9053fdcea4b7
117 ngx_http_spdy_connection_t *connection; 117 ngx_http_spdy_connection_t *connection;
118 ngx_http_spdy_stream_t *index; 118 ngx_http_spdy_stream_t *index;
119 ngx_http_spdy_stream_t *next; 119 ngx_http_spdy_stream_t *next;
120 120
121 ngx_uint_t header_buffers; 121 ngx_uint_t header_buffers;
122 ngx_uint_t waiting; 122 ngx_uint_t queued;
123
123 ngx_http_spdy_out_frame_t *free_frames; 124 ngx_http_spdy_out_frame_t *free_frames;
124 ngx_chain_t *free_data_headers; 125 ngx_chain_t *free_data_headers;
125 126
126 unsigned priority:2; 127 unsigned priority:2;
127 unsigned handled:1; 128 unsigned handled:1;