Skip to content

Commit da1857d

Browse files
alyssawilkggreenway
authored andcommitted
build: fixing a downstream compile error by noting explicit fallthrough (envoyproxy#4265)
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
1 parent 9857cfe commit da1857d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/common/http/header_map_impl.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ void HeaderString::setInteger(uint64_t value) {
205205
case Type::Inline:
206206
// buffer_.dynamic_ should always point at inline_buffer_ for Type::Inline.
207207
ASSERT(buffer_.dynamic_ == inline_buffer_);
208+
FALLTHRU;
208209
case Type::Dynamic: {
209210
// Whether dynamic or inline the buffer is guaranteed to be large enough.
210211
ASSERT(type_ == Type::Inline || dynamic_capacity_ >= MaxIntegerLength);

0 commit comments

Comments
 (0)