Commit 59474412 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a FALL-THROUGH comment

parent 77dd6bc3
...@@ -120,6 +120,7 @@ RFC2616_Ttl(struct busyobj *bo, double now) ...@@ -120,6 +120,7 @@ RFC2616_Ttl(struct busyobj *bo, double now)
* or Expires are present. Uncacheable otherwise. * or Expires are present. Uncacheable otherwise.
*/ */
expp->ttl = -1.; /* fall through */ expp->ttl = -1.; /* fall through */
/* FALL-THROUGH */
case 200: /* OK */ case 200: /* OK */
case 203: /* Non-Authoritative Information */ case 203: /* Non-Authoritative Information */
case 204: /* No Content */ case 204: /* No Content */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment