-
Notifications
You must be signed in to change notification settings - Fork 647
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
Http2 connection pool optimisation #2257
Conversation
103ae07
to
bf36afc
Compare
Cache Http2FrameCodec/Http2MultiplexHandler context
Http2StreamFrameToHttpObjectCodec can be shared Http2StreamBridgeClientHandler can be shared
95f9216
to
9606f19
Compare
…axConcurrentStreams
9606f19
to
7885fac
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.
overall LGTM, though I added a few small comments
reactor-netty-core/src/main/java/reactor/netty/resources/PooledConnectionProvider.java
Show resolved
Hide resolved
reactor-netty-http/src/main/java/reactor/netty/http/client/Http2AllocationStrategy.java
Outdated
Show resolved
Hide resolved
reactor-netty-http/src/main/java/reactor/netty/http/client/Http2AllocationStrategy.java
Outdated
Show resolved
Hide resolved
reactor-netty-http/src/main/java/reactor/netty/http/client/Http2AllocationStrategy.java
Outdated
Show resolved
Hide resolved
Fix typo Adapt the junit tests
reactor-netty-http/src/main/java/reactor/netty/http/client/Http2Pool.java
Outdated
Show resolved
Hide resolved
@reactor/netty-team I added 3 additional changes PTAL |
Cache H2CUpgradeHandler context
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.
looks good to me.
@simonbasle @pderop Thanks for the review! |
Changes were applied to |
HTTP2 stream channel pipeline optimisation