Skip to content

Commit

Permalink
http: changing terminal filter type (envoyproxy#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Jul 25, 2022
1 parent 4beaca2 commit a8a9ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo2_config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Echo2ConfigFactory : public NamedNetworkFilterConfigFactory {

std::string name() const override { return "echo2"; }

bool isTerminalFilterByProto(const Protobuf::Message&, FactoryContext&) override { return true; }
bool isTerminalFilterByProto(const Protobuf::Message&, ServerFactoryContext&) override { return true; }
};

/**
Expand Down

0 comments on commit a8a9ad1

Please sign in to comment.