-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
fix: 修复,当endpoint携带path前缀时的url请求路径 #3216
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3216 +/- ##
==========================================
+ Coverage 84.62% 84.68% +0.06%
==========================================
Files 88 88
Lines 3993 3996 +3
==========================================
+ Hits 3379 3384 +5
+ Misses 440 439 -1
+ Partials 174 173 -1 ☔ View full report in Codecov by Sentry. |
5dd744a
to
cc2aa0a
Compare
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.
Need to test if it affects service discovery
你好,请问这个问题有进展吗?现在所有endpoint都会丢失基础url之后的内容,导致使用http client时没有较好办法处理这个问题 @shenqidebaozi |
Hello, is there any progress on this issue? Now all endpoints will lose the content after the basic URL, resulting in no better way to deal with this problem when using http client @shenqidebaozi |
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.
I've always wanted this feature
这个问题在当前版本 v2.8.4 还是存在,请问这个fix什么时候能合到主版本发布 @shenqidebaozi |
This question still exists in the current version of v2.8.4. When will this fix be released in the main version? |
例:
url中的结果,少拼接了api.
该pr修复这个问题, 看是否合理.