diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-04-03 17:16:18 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2019-04-03 22:06:06 +0200 |
commit | 7b758e9835f120338c28c788b02cb4d68c76e7ea (patch) | |
tree | 0ef8016a9098095217369569f8ef3d80a3c1ab0d /docs/TODO | |
parent | 6227e2bd07246de7a751b8de8cece6020802c264 (diff) | |
download | curl-7b758e9835f120338c28c788b02cb4d68c76e7ea.tar.gz |
documentation: Fix several typos
Closes #3724
Reviewed-by: Jakub Zakrzewski
Reviewed-by: Daniel Gustafsson
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -607,7 +607,7 @@ 5.4 Allow SAN names in HTTP/2 server push - curl only allows HTTP/2 push promise if the provided :autority header value + curl only allows HTTP/2 push promise if the provided :authority header value exactly matches the host name given in the URL. It could be extended to allow any name that would match the Subject Alternative Names in the server's TLS certificate. |