summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_spdy.h
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2014-01-22 04:58:19 +0400
committerValentin Bartenev <vbart@nginx.com>2014-01-22 04:58:19 +0400
commit406c0613f50c93a8759b54f9cfcf9443b429f51b (patch)
tree30a649ecff5dd592f2d72dd19b936c1141657351 /src/http/ngx_http_spdy.h
parent32bb39c48fd8f9d1481353adb5e428a6097f7ee9 (diff)
downloadnginx-406c0613f50c93a8759b54f9cfcf9443b429f51b.tar.gz
nginx-406c0613f50c93a8759b54f9cfcf9443b429f51b.tar.bz2
SPDY: better name for frame entries counter.
The "headers" is not a good term, since it is used not only to count name/value pairs in the HEADERS block but to count SETTINGS entries too. Moreover, one name/value pair in HEADERS can contain multiple http headers with the same name. No functional changes.
Diffstat (limited to 'src/http/ngx_http_spdy.h')
-rw-r--r--src/http/ngx_http_spdy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_spdy.h b/src/http/ngx_http_spdy.h
index 029e09f9a..49b07caef 100644
--- a/src/http/ngx_http_spdy.h
+++ b/src/http/ngx_http_spdy.h
@@ -100,7 +100,7 @@ struct ngx_http_spdy_connection_s {
ngx_http_spdy_stream_t *stream;
- ngx_uint_t headers;
+ ngx_uint_t entries;
size_t length;
u_char flags;