You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: