diff src/http/ngx_http_parse.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 667aaf61a778
children 67653855682e
line wrap: on
line diff
--- a/src/http/ngx_http_parse.c
+++ b/src/http/ngx_http_parse.c
@@ -1153,6 +1153,7 @@ ngx_http_parse_complex_uri(ngx_http_requ
                 break;
             case '+':
                 r->plus_in_uri = 1;
+                /* fall through */
             default:
                 *u++ = ch;
                 break;