aboutsummaryrefslogtreecommitdiff
path: root/src/core/ext
diff options
context:
space:
mode:
authorHope Casey-Allen <hcaseyal@google.com>2018-09-06 11:56:12 -0700
committerHope Casey-Allen <hcaseyal@google.com>2018-09-06 11:59:37 -0700
commit8a8ed0e7115a4c21fbdd40968d688faaba379f2c (patch)
treeaa6364d65022640331b9b01c2e43450d72364814 /src/core/ext
parent6e7e29aaae698d03dab71715c1913a5f813337ef (diff)
downloadgrpc-grpc-8a8ed0e7115a4c21fbdd40968d688faaba379f2c.tar.gz
WIP. Handling error conditions such as duplicate metadata, metadata size limit, and default count. Clang tidy.
Diffstat (limited to 'src/core/ext')
-rw-r--r--src/core/ext/transport/chttp2/transport/hpack_encoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/chttp2/transport/hpack_encoder.cc b/src/core/ext/transport/chttp2/transport/hpack_encoder.cc
index 4ce139eb0d..9842131d96 100644
--- a/src/core/ext/transport/chttp2/transport/hpack_encoder.cc
+++ b/src/core/ext/transport/chttp2/transport/hpack_encoder.cc
@@ -37,7 +37,7 @@
#include "src/core/lib/debug/stats.h"
#include "src/core/lib/slice/slice_internal.h"
#include "src/core/lib/slice/slice_string_helpers.h"
-#include "src/core/lib/transport/metadata.h"
+#include "src/core/lib/transport/metadata_batch.h"
#include "src/core/lib/transport/static_metadata.h"
#include "src/core/lib/transport/timeout_encoding.h"