Skip to content
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

feature:http2 support multiplex and keepalive #2165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

duxin40
Copy link

@duxin40 duxin40 commented Nov 3, 2022

feature:http2 support multiplex and keepalive.

@mosn-community-bot
Copy link

Hi @duxin40, welcome to mosn community, Please sign Contributor License Agreement!

After you signed CLA, we will automatically sync the status of this pull request in 3 minutes.

@codecov
Copy link

codecov bot commented Nov 4, 2022

Codecov Report

Base: 60.35% // Head: 59.85% // Decreases project coverage by -0.50% ⚠️

Coverage data is based on head (d398b5b) compared to base (f39f9e1).
Patch coverage: 1.42% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2165      +/-   ##
==========================================
- Coverage   60.35%   59.85%   -0.51%     
==========================================
  Files         417      421       +4     
  Lines       36583    36933     +350     
==========================================
+ Hits        22081    22106      +25     
- Misses      12319    12646     +327     
+ Partials     2183     2181       -2     
Impacted Files Coverage Δ
pkg/stream/http2/connpool.go 0.00% <0.00%> (ø)
pkg/stream/http2/connpool_multiplex.go 0.00% <0.00%> (ø)
pkg/stream/http2/idlefree.go 0.00% <0.00%> (ø)
pkg/stream/http2/keepalive.go 0.00% <0.00%> (ø)
pkg/stream/http2/stream.go 38.13% <7.69%> (-0.67%) ⬇️
pkg/stream/http2/keepalive_configure.go 100.00% <100.00%> (ø)
pkg/stream/stream.go 33.33% <0.00%> (-26.67%) ⬇️
...ream/faulttolerance/regulator/default_work_pool.go 88.63% <0.00%> (-4.55%) ⬇️
pkg/upstream/cluster/loadbalancer.go 73.70% <0.00%> (-0.80%) ⬇️
pkg/server/handler.go 39.78% <0.00%> (-0.54%) ⬇️
... and 6 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 at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant