Skip to content

Commit

Permalink
build: removing ASSERT for safe landing of envoy/#3934 (envoyproxy#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Jul 23, 2018
1 parent 1174ed2 commit 1918ed6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion echo2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ namespace Filter {
Network::FilterStatus Echo2::onData(Buffer::Instance& data, bool) {
ENVOY_CONN_LOG(trace, "echo: got {} bytes", read_callbacks_->connection(), data.length());
read_callbacks_->connection().write(data, false);
ASSERT(0 == data.length());
return Network::FilterStatus::StopIteration;
}

Expand Down

0 comments on commit 1918ed6

Please sign in to comment.