This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
fix issues #157
Merged
reaver-flomesh
merged 10 commits into
flomesh-io:release-v1.3
from
cybwan:v1.3.2-alpha.2
Mar 16, 2023
Merged
fix issues #157
reaver-flomesh
merged 10 commits into
flomesh-io:release-v1.3
from
cybwan:v1.3.2-alpha.2
Mar 16, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…2访问上游,否者根据"Protocol"来决定是否使用HTTP2.
V1.3.2 alpha.2
Codecov ReportPatch and project coverage have no change.
📣 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 Additional details and impacted files@@ Coverage Diff @@
## release-v1.3 #157 +/- ##
=============================================
Coverage 61.45% 61.45%
=============================================
Files 218 218
Lines 17088 17088
=============================================
Hits 10502 10502
Misses 6533 6533
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
reaver-flomesh
approved these changes
Mar 16, 2023
reaver-flomesh
pushed a commit
that referenced
this pull request
Mar 16, 2023
* 检测到下游使用HTTP2协议访问,并且是grpc场景("content-type":"application/grpc")时才使用http2访问上游,否者根据"Protocol"来决定是否使用HTTP2. * Optimize osm edge interceptor * Optimize osm edge interceptor * Optimize excludeInboundPorts * Increase MaxItemLen * add support: none traffic interception mode * HTTP负载均衡默认使用“基于请求负载均衡”方式 * update release version --------- Co-authored-by: wanpf <wanpf@qq.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Testing done:
Done
Affected area:
Please answer the following questions with yes/no.
Does this change contain code from or inspired by another project? no
Is this a breaking change? no
Has documentation corresponding to this change been updated in the osm-edge-docs repo (if applicable)? no