bagder / http3-explained

A document describing the HTTP/3 and QUIC protocols
https://http3-explained.haxx.se/
Creative Commons Attribution 4.0 International
2.15k stars 195 forks source link

Long sentence in [why-quic] section. #186

Closed alishir closed 3 years ago

alishir commented 3 years ago

It seems the first sentence in the second paragraph is long and we could break it in to two separate sentence. Here is the main sentence:

QUIC is in many ways what could be seen as a way of doing a new reliable and secure transport protocol that is suitable for a protocol like HTTP and that can address some of the known shortcomings of doing HTTP/2 over TCP and TLS.

bagder commented 3 years ago

Simplified:

QUIC is a new reliable and secure transport protocol that is suitable for a protocol like HTTP and that can address some of the known shortcomings of doing HTTP/2 over TCP and TLS. The logical next step in the web transport evolution.