Skip to content

Conversation

@voidzcy
Copy link
Contributor

@voidzcy voidzcy commented Oct 10, 2020

No description provided.

return routeAction;
}

// TODO(chengyuanzhang): delete and do not use after routing feature is always ON.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be irrelevant change... This PR cleans up some PathMatcher/RouteMatch APIs, which are used here. So I am just deleting this unused code.

RouteMatch(@Nullable String pathPrefixMatch, @Nullable String pathExactMatch) {
this(
new PathMatcher(pathExactMatch, pathPrefixMatch, null),
static RouteMatch withPathExactOnly(String pathExact) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this used for test only?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.

@voidzcy voidzcy merged commit ef90da0 into grpc:master Oct 15, 2020
dfawley pushed a commit to dfawley/grpc-java that referenced this pull request Jan 15, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants