aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_spdy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_spdy.h')
-rw-r--r--src/http/ngx_http_spdy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/ngx_http_spdy.h b/src/http/ngx_http_spdy.h
index c47243fb0..c011a3d6f 100644
--- a/src/http/ngx_http_spdy.h
+++ b/src/http/ngx_http_spdy.h
@@ -106,7 +106,7 @@ struct ngx_http_spdy_connection_s {
ngx_uint_t last_sid;
- unsigned blocked:2;
+ unsigned blocked:1;
unsigned waiting:1; /* FIXME better name */
};
@@ -125,6 +125,7 @@ struct ngx_http_spdy_stream_s {
unsigned priority:2;
unsigned handled:1;
+ unsigned blocked:1;
unsigned in_closed:1;
unsigned out_closed:1;
unsigned skip_data:2;