Commit dc698d74 authored by Nils Goroll's avatar Nils Goroll

one fall through comment should be enough for everyone

parent 9500bd79
...@@ -119,7 +119,7 @@ RFC2616_Ttl(struct busyobj *bo, double now) ...@@ -119,7 +119,7 @@ RFC2616_Ttl(struct busyobj *bo, double now)
* Do not apply the default ttl, only set a ttl if Cache-Control * Do not apply the default ttl, only set a ttl if Cache-Control
* 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 */
......
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