diff options
Diffstat (limited to 'doc/src/guide/broken_clients.asciidoc')
-rw-r--r-- | doc/src/guide/broken_clients.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/broken_clients.asciidoc b/doc/src/guide/broken_clients.asciidoc index e91e9a2..17bb892 100644 --- a/doc/src/guide/broken_clients.asciidoc +++ b/doc/src/guide/broken_clients.asciidoc @@ -33,7 +33,7 @@ capitalize_hook(Status, Headers, Body, Req) -> cowboy_req:reply(Status, Headers2, Body, Req). ---- -Note that SPDY clients do not have that particular issue +Note that HTTP/2 clients do not have that particular issue because the specification explicitly says all headers are lowercase, unlike HTTP which allows any case but treats them as case insensitive. |