[master] 5947441 Add a FALL-THROUGH comment

Poul-Henning Kamp phk at FreeBSD.org
Thu May 21 18:48:51 CEST 2015


commit 59474412594ed9257abac9dbab6c10f929dc9a45
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue May 19 10:06:50 2015 +0000

    Add a FALL-THROUGH comment

diff --git a/bin/varnishd/cache/cache_rfc2616.c b/bin/varnishd/cache/cache_rfc2616.c
index df58054..22f1a90 100644
--- a/bin/varnishd/cache/cache_rfc2616.c
+++ b/bin/varnishd/cache/cache_rfc2616.c
@@ -120,6 +120,7 @@ RFC2616_Ttl(struct busyobj *bo, double now)
 		 * or Expires are present. Uncacheable otherwise.
 		 */
 		expp->ttl = -1.;	/* fall through */
+		/* FALL-THROUGH */
 	case 200: /* OK */
 	case 203: /* Non-Authoritative Information */
 	case 204: /* No Content */



More information about the varnish-commit mailing list