diff src/http/ngx_http_spdy.h @ 5508:9053fdcea4b7

SPDY: better name for queued frames counter. No functional changes.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 14 Jan 2014 16:24:45 +0400
parents 916cb6d28f6a
children 877a7bd72070
line wrap: on
line diff
--- a/src/http/ngx_http_spdy.h	Tue Jan 14 16:24:45 2014 +0400
+++ b/src/http/ngx_http_spdy.h	Tue Jan 14 16:24:45 2014 +0400
@@ -119,7 +119,8 @@
     ngx_http_spdy_stream_t          *next;
 
     ngx_uint_t                       header_buffers;
-    ngx_uint_t                       waiting;
+    ngx_uint_t                       queued;
+
     ngx_http_spdy_out_frame_t       *free_frames;
     ngx_chain_t                     *free_data_headers;