aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-08-20 10:36:24 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-08-20 10:36:24 -0700
commita14ce859a6845dc787bb165f65fe9ebb6074b2ff (patch)
treeb9eb0cfd5ffb144a6beeece3c96a31093982580c /src
parent5bb30c764b91e54da27f4de0fcf258b320486c8c (diff)
comment
Diffstat (limited to 'src')
-rw-r--r--src/core/transport/chttp2/stream_encoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/transport/chttp2/stream_encoder.c b/src/core/transport/chttp2/stream_encoder.c
index c6780e6156..1ea697f71e 100644
--- a/src/core/transport/chttp2/stream_encoder.c
+++ b/src/core/transport/chttp2/stream_encoder.c
@@ -66,6 +66,7 @@ typedef struct {
size_t header_idx;
/* was the last frame emitted a header? (if yes, we'll need a CONTINUATION */
gpr_uint8 last_was_header;
+ /* have we seen a regular (non-colon-prefixed) header yet? */
gpr_uint8 seen_regular_header;
/* output stream id */
gpr_uint32 stream_id;