[master] 528fd74 sync VRB_Ignore() comment with reality
Nils Goroll
nils.goroll at uplex.de
Tue Mar 21 20:32:05 CET 2017
commit 528fd74b0d886a90cc23babe6b977ada4f3d7329
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Tue Mar 21 19:20:07 2017 +0100
sync VRB_Ignore() comment with reality
diff --git a/bin/varnishd/cache/cache_req_body.c b/bin/varnishd/cache/cache_req_body.c
index 935a9fc..a27e4b4 100644
--- a/bin/varnishd/cache/cache_req_body.c
+++ b/bin/varnishd/cache/cache_req_body.c
@@ -218,7 +218,9 @@ VRB_Iterate(struct req *req, objiterate_f *func, void *priv)
/*----------------------------------------------------------------------
* VRB_Ignore() is a dedicated function, because we might
* be able to disuade or terminate its transmission in some protocols.
- * For HTTP1 we have no such luck, and we just iterate it into oblivion.
+ *
+ * For HTTP1, we do nothing if we are going to close the connection anyway or
+ * just iterate it into oblivion.
*/
static int __match_proto__(objiterate_f)
More information about the varnish-commit
mailing list