diff options
Diffstat (limited to 'src/http/ngx_http_spdy.h')
| -rw-r--r-- | src/http/ngx_http_spdy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_spdy.h b/src/http/ngx_http_spdy.h index d763c38bf..d294a665e 100644 --- a/src/http/ngx_http_spdy.h +++ b/src/http/ngx_http_spdy.h @@ -107,7 +107,7 @@ struct ngx_http_spdy_connection_s { ngx_uint_t last_sid; unsigned blocked:1; - unsigned waiting:1; /* FIXME better name */ + unsigned incomplete:1; }; |
