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

Internal HTTP APIs over H2C #1541

Merged
merged 5 commits into from
Oct 20, 2020
Merged

Internal HTTP APIs over H2C #1541

merged 5 commits into from
Oct 20, 2020

Conversation

neilalexander
Copy link
Contributor

This allows the internal HTTP APIs in -api or polylith mode to use H2C.

There is no head-of-line blocking issue in HTTP/2.0 as multiple requests are multiplexed over the same connection, therefore it's not necessary for existing requests on the connection pool to complete first.

@neilalexander neilalexander merged commit 24e38c4 into master Oct 20, 2020
@neilalexander neilalexander deleted the neilalexander/h2c branch October 20, 2020 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants