[6.0] 68b59c51f improve vmod_blob description

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Jul 11 09:35:12 UTC 2019


commit 68b59c51f61e9e6d55e84c5156cfee3d56916df7
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Jan 22 07:00:47 2019 +0100

    improve vmod_blob description
    
    Encoding and decoding are as much a function as handling blobs,
    in particular with transcode().

diff --git a/lib/libvmod_blob/vmod.vcc b/lib/libvmod_blob/vmod.vcc
index 1ea3716d4..a5b6ae4fd 100644
--- a/lib/libvmod_blob/vmod.vcc
+++ b/lib/libvmod_blob/vmod.vcc
@@ -6,7 +6,7 @@
 #          Geoffrey Simmons <geoffrey.simmons at uplex.de>
 #
 
-$Module blob 3 "Utilities for the VCL blob type"
+$Module blob 3 "Utilities for the VCL blob type, encoding and decoding"
 
 $ABI strict
 


More information about the varnish-commit mailing list