comparison src/http/v2/ngx_http_v2.h @ 6373:d2dc8bc0394a

HTTP/2: removed unused field from ngx_http_v2_stream_t.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 02 Feb 2016 16:33:55 +0300
parents ec6b07be88a5
children ba3c2ca21aa5
comparison
equal deleted inserted replaced
6372:a6a5bacf6b74 6373:d2dc8bc0394a
165 struct ngx_http_v2_stream_s { 165 struct ngx_http_v2_stream_s {
166 ngx_http_request_t *request; 166 ngx_http_request_t *request;
167 ngx_http_v2_connection_t *connection; 167 ngx_http_v2_connection_t *connection;
168 ngx_http_v2_node_t *node; 168 ngx_http_v2_node_t *node;
169 169
170 ngx_uint_t header_buffers;
171 ngx_uint_t queued; 170 ngx_uint_t queued;
172 171
173 /* 172 /*
174 * A change to SETTINGS_INITIAL_WINDOW_SIZE could cause the 173 * A change to SETTINGS_INITIAL_WINDOW_SIZE could cause the
175 * send_window to become negative, hence it's signed. 174 * send_window to become negative, hence it's signed.