comparison src/http/ngx_http_spdy.h @ 5509:877a7bd72070

SPDY: better name for flag that indicates incomplete frame state. No functional changes.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 14 Jan 2014 16:24:45 +0400
parents 9053fdcea4b7
children b7ee1bae0ffa
comparison
equal deleted inserted replaced
5508:9053fdcea4b7 5509:877a7bd72070
105 u_char flags; 105 u_char flags;
106 106
107 ngx_uint_t last_sid; 107 ngx_uint_t last_sid;
108 108
109 unsigned blocked:1; 109 unsigned blocked:1;
110 unsigned waiting:1; /* FIXME better name */ 110 unsigned incomplete:1;
111 }; 111 };
112 112
113 113
114 struct ngx_http_spdy_stream_s { 114 struct ngx_http_spdy_stream_s {
115 ngx_uint_t id; 115 ngx_uint_t id;