gnu: nghttp2: Fix typo "compatibility".
* gnu/packages/web (nghttp2)[description]: Fix typo.
This commit is contained in:
parent
1bb5085694
commit
4ba51e22c7
|
@ -6384,7 +6384,7 @@ serves files from a local directory.
|
||||||
@item @command{nghttpx}, a fast, multi-threaded HTTP/2 reverse proxy that can be
|
@item @command{nghttpx}, a fast, multi-threaded HTTP/2 reverse proxy that can be
|
||||||
deployed in front of existing web servers that don't support HTTP/2.
|
deployed in front of existing web servers that don't support HTTP/2.
|
||||||
Both @command{nghttpd} and @command{nghttpx} can fall back to HTTP/1.1 for
|
Both @command{nghttpd} and @command{nghttpx} can fall back to HTTP/1.1 for
|
||||||
backwards compatibilty with clients that don't speak HTTP/2.
|
backwards compatibility with clients that don't speak HTTP/2.
|
||||||
@item @command{h2load} for benchmarking (only!) your own HTTP/2 servers.
|
@item @command{h2load} for benchmarking (only!) your own HTTP/2 servers.
|
||||||
@item HTTP/2 uses a header compression method called @dfn{HPACK}.
|
@item HTTP/2 uses a header compression method called @dfn{HPACK}.
|
||||||
nghttp2 provides a HPACK encoder and decoder as part of its public API.
|
nghttp2 provides a HPACK encoder and decoder as part of its public API.
|
||||||
|
|
Loading…
Reference in New Issue