Skip to content

Commit 2169fb0

Browse files
Copilotphlax
andcommitted
Fix createRouteSpecificFilterConfigTyped return type to use absl::StatusOr
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
1 parent ff67056 commit 2169fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-filter-cc/factory/factory.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class FilterFactory : public Common::DualFactoryBase<sample::Decoder, sample::De
3131
};
3232
}
3333

34-
Router::RouteSpecificFilterConfigConstSharedPtr
34+
absl::StatusOr<Router::RouteSpecificFilterConfigConstSharedPtr>
3535
createRouteSpecificFilterConfigTyped(const sample::DecoderPerRoute& proto_config,
3636
Server::Configuration::ServerFactoryContext&,
3737
ProtobufMessage::ValidationVisitor&) override {

0 commit comments

Comments
 (0)