[master] 7bdf4d1f9 Use upper case for abbreviations.

Lasse Karstensen lasse.karstensen at gmail.com
Sun Dec 2 19:31:06 UTC 2018


commit 7bdf4d1f98c3e5fcda9abcd4ab803468bb0f47ad
Author: Lasse Karstensen <lasse.karstensen at gmail.com>
Date:   Sun Dec 2 20:24:17 2018 +0100

    Use upper case for abbreviations.

diff --git a/lib/libvmod_proxy/vmod.vcc b/lib/libvmod_proxy/vmod.vcc
index 34b1199b2..79aa4b678 100644
--- a/lib/libvmod_proxy/vmod.vcc
+++ b/lib/libvmod_proxy/vmod.vcc
@@ -38,14 +38,14 @@ as described in https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt.
 $Function STRING alpn()
 
 Description
-	Extract alpn attribute.
+	Extract ALPN attribute.
 Example
 	set req.http.alpn = proxy.alpn();
 
 $Function STRING authority()
 
 Description
-	Extract authority attribute. This corresponds to sni from a tls
+	Extract authority attribute. This corresponds to SNI from a TLS
 	connection.
 Example
 	set req.http.authority = proxy.authority();
@@ -53,7 +53,7 @@ Example
 $Function BOOL is_ssl()
 
 Description
-	Report if proxy-protocol-v2 has ssl tlv.
+	Report if proxy-protocol-v2 has SSL TLV.
 
 Example
 	| if (proxy.is_ssl()) {
@@ -86,7 +86,7 @@ Example
 $Function STRING ssl_version()
 
 Description
-	Extract ssl version attribute.
+	Extract SSL version attribute.
 Example
 	set req.http.ssl-version = proxy.ssl_version();
 
@@ -100,7 +100,7 @@ Example
 $Function STRING ssl_cipher()
 
 Description
-	Extract the ssl cipher attribute.
+	Extract the SSL cipher attribute.
 Example
 	set req.http.ssl-cipher = proxy.ssl_cipher();
 


More information about the varnish-commit mailing list