diff src/http/ngx_http_upstream.c @ 4546:4988fa232629

For the sake of case/switch code readability, 'fall through' comments added.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 19 Mar 2012 14:57:29 +0000
parents 778ef9c3fd2d
children 67653855682e
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -3312,6 +3312,8 @@ ngx_http_upstream_process_accel_expires(
         switch (n) {
         case 0:
             u->cacheable = 0;
+            /* fall through */
+
         case NGX_ERROR:
             return NGX_OK;
 
@@ -4460,6 +4462,8 @@ ngx_http_upstream_bind_set_slot(ngx_conf
     case NGX_DECLINED:
         ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
                            "invalid address \"%V\"", &value[1]);
+        /* fall through */
+
     default:
         return NGX_CONF_ERROR;
     }