aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2/hpack_parser.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-15 16:06:50 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-15 16:06:50 -0700
commit5dc3b30964efc2dbfb8705e7ed2a380ea7145a5e (patch)
tree50dd2f0160b7d899a60a8ed2b8eaa447efdd2dae /src/core/transport/chttp2/hpack_parser.c
parent4aa71a17745c61a79cfe57c40f48a8860728bebf (diff)
Progress on splitting things up
Diffstat (limited to 'src/core/transport/chttp2/hpack_parser.c')
-rw-r--r--src/core/transport/chttp2/hpack_parser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/transport/chttp2/hpack_parser.c b/src/core/transport/chttp2/hpack_parser.c
index 896d6c69d3..b4aa7af2c1 100644
--- a/src/core/transport/chttp2/hpack_parser.c
+++ b/src/core/transport/chttp2/hpack_parser.c
@@ -1392,7 +1392,8 @@ grpc_chttp2_parse_error grpc_chttp2_header_parser_parse(
return GRPC_CHTTP2_CONNECTION_ERROR;
}
if (parser->is_boundary) {
- grpc_chttp2_parsing_add_metadata_batch(transport_parsing, stream_parsing);
+ grpc_chttp2_incoming_metadata_buffer_place_metadata_batch_into(
+ &stream_parsing->incoming_metadata, &stream_parsing->data_parser.incoming_sopb);
}
if (parser->is_eof) {
stream_parsing->received_close = 1;