diff src/http/ngx_http_special_response.c @ 6796:92ad1c92bcf9

Style: switch.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 04 Nov 2016 19:12:19 +0300
parents 6136a51f9c21
children 25203fc377fb
line wrap: on
line diff
--- a/src/http/ngx_http_special_response.c
+++ b/src/http/ngx_http_special_response.c
@@ -473,7 +473,6 @@ ngx_http_special_response_handler(ngx_ht
             case NGX_HTTPS_NO_CERT:
             case NGX_HTTP_REQUEST_HEADER_TOO_LARGE:
                 r->err_status = NGX_HTTP_BAD_REQUEST;
-                break;
         }
 
     } else {