Abstract
- A HTTP 1.2 feature
- Solves HTTP Head-of-Line Blocking in HTTP 1.1
- Allows send multiple HTTP Request in a single TCP Connection, so one failed HTTP Request cant block other HTTP Response
- This is powered by HTTP Stream
- With multiple HTTP Request in one TCP Connection, waiting time reduced greatly aka better performance
- Usually comes with TLS
But we will still have the TCP Head-of-Line Blocking
In some cases, HTTP 1.1 performs better with multiple TCP Connection