diff options
| author | Valentin Bartenev <vbart@nginx.com> | 2014-01-14 16:24:45 +0400 |
|---|---|---|
| committer | Valentin Bartenev <vbart@nginx.com> | 2014-01-14 16:24:45 +0400 |
| commit | 6ddb578b2223f5a4b4fb7f555be8115a946471d0 (patch) | |
| tree | c6f542b5126df7a0b4a2cddddbd65016540f3927 /src/http/ngx_http_spdy.h | |
| parent | 00944562acc7b9bd1c70b013d09658c4f8ee5cf2 (diff) | |
| download | nginx-6ddb578b2223f5a4b4fb7f555be8115a946471d0.tar.gz nginx-6ddb578b2223f5a4b4fb7f555be8115a946471d0.tar.bz2 | |
SPDY: better name for flag that indicates incomplete frame state.
No functional changes.
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; }; |
