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

Netty echo server support of h2 content aggregation for h2c upgrade scenario #25

Open
ldclakmal opened this issue Mar 6, 2019 · 0 comments

Comments

@ldclakmal
Copy link
Contributor

Description:
The EchoHttp2ServerHandler of Netty echo server, echo backs the header/data frames as soon as they arrive without any content aggregation against stream id. But content aggregation is needed because of [1]. So, h2 content aggregation is implemented for h2 scenario with the use of InboundHttp2ToHttpAdapter [2].

Need to add Netty echo server support of h2 content aggregation for h2c upgrade scenario as well in order to fix [3] [4].

[1] ballerina-platform/ballerina-lang#13953
[2] #23
[3] ballerina-platform/ballerina-lang#13927
[4] ballerina-platform/ballerina-lang#13954

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

No branches or pull requests

1 participant