diff src/http/v2/ngx_http_v2.h @ 6249:081a073e5164

HTTP/2: fixed header block parsing with CONTINUATION frames (#792). It appears that the CONTINUATION frames don't need to be aligned to bounds of individual headers.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 22 Sep 2015 01:40:04 +0300
parents 257b51c37c5a
children b78df0822168
line wrap: on
line diff
--- a/src/http/v2/ngx_http_v2.h
+++ b/src/http/v2/ngx_http_v2.h
@@ -190,7 +190,6 @@ struct ngx_http_v2_stream_s {
     unsigned                         handled:1;
     unsigned                         blocked:1;
     unsigned                         exhausted:1;
-    unsigned                         end_headers:1;
     unsigned                         in_closed:1;
     unsigned                         out_closed:1;
     unsigned                         skip_data:2;