-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix PathSeparatedPrefix & optimize the prefix ends with / logic. #1125
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1125 +/- ##
==========================================
+ Coverage 62.51% 62.93% +0.41%
==========================================
Files 72 72
Lines 9509 9528 +19
==========================================
+ Hits 5945 5996 +51
+ Misses 3152 3124 -28
+ Partials 412 408 -4
... and 4 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: qicz <[email protected]>
@arkodg resolved all, pls review again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks @qicz !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
fix & support #1044
the upstream receive double "/" needs envoy fix , issue envoyproxy/envoy#26024