[master] 4e96da0 minor polish

Poul-Henning Kamp phk at FreeBSD.org
Wed Oct 8 11:17:20 CEST 2014


commit 4e96da03217d445e33fbf8941a0bdbe8752f2f2c
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Oct 8 09:16:52 2014 +0000

    minor polish

diff --git a/lib/libvmod_std/vmod.vcc b/lib/libvmod_std/vmod.vcc
index 61c539f..6882ef5 100644
--- a/lib/libvmod_std/vmod.vcc
+++ b/lib/libvmod_std/vmod.vcc
@@ -201,11 +201,15 @@ Example
 $Function VOID cache_req_body(BYTES)
 
 Description
-       Cache the req.body if it is smaller than the given size
+	Cache the req.body if it is smaller than the given size
 Example
-       std.cache_req_body(1KB);
+	std.cache_req_body(1KB);
 
-       This will cache the req.body if its size is smaller than 1KB.
+	This will cache the req.body if its size is smaller than 1KB.
+
+	Caching the req.body makes it possible to retry pass
+	operations (POST, PUT).
+	
 
 $Function STRING strstr(STRING, STRING)
 



More information about the varnish-commit mailing list