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

HTTP/2 support for Micro Integrator #529

Closed
thuva9872 opened this issue Jul 27, 2022 · 2 comments · Fixed by wso2/wso2-synapse#1978
Closed

HTTP/2 support for Micro Integrator #529

thuva9872 opened this issue Jul 27, 2022 · 2 comments · Fixed by wso2/wso2-synapse#1978

Comments

@thuva9872
Copy link

thuva9872 commented Jul 27, 2022

Problem

All the websites are moving from HTTP/1.1 to HTTP/2.

Solution

HTTP/2 is far better than HTTP/1.1. It solves many drawbacks that are in HTTP/1.1. It increases bandwidth efficiency by using a binary compressed format for headers, decreases latency by multiplexing requests on the same TCP connection, and allows the client to specify priorities for requests.

Affected Component

MI

Version

No response

Implementation

https://docs.google.com/document/d/1gP4TM9yZhx2sd8B-uMltdbHyXzqkVXUvuE8SEQ0NC6g/edit?usp=sharing

Related PRs

wso2/wso2-synapse#1949
wso2/wso2-synapse#1978
wso2/product-micro-integrator#2711

@amerireza
Copy link

The google doc link is private. Please update it with the public link.

@YasasRangika YasasRangika added 4.3.0 4.3.0-M1 4.3.0 M1 Milestone labels Jan 8, 2024
@YasasRangika
Copy link

Public fix: wso2/wso2-synapse#1978 has already been merged into the master branch.

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

Successfully merging a pull request may close this issue.

3 participants