fix typo in http2 section (#1632)

This commit is contained in:
Jaakko Lappalainen 2021-05-08 17:49:14 +01:00 committed by GitHub
parent 2e4b308d7a
commit 7025dd1952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ efficient transport, with potential performance benefits. HTTP/2 does not change
the core semantics of the request or response, but alters the way that data is
sent to and from the server.
Rather that the text format that HTTP/1.1 uses, HTTP/2 is a binary format.
Rather than the text format that HTTP/1.1 uses, HTTP/2 is a binary format.
The binary format provides full request and response multiplexing, and efficient
compression of HTTP headers. The stream multiplexing means that where HTTP/1.1
requires one TCP stream for each concurrent request, HTTP/2 allows a single TCP