]> granicus.if.org Git - apache/commitdiff
Remove leftover comment
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 18 Mar 2016 20:02:02 +0000 (20:02 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 18 Mar 2016 20:02:02 +0000 (20:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735668 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_proxy_session.c
modules/http2/h2_session.c

index 0fcd8d0c115a79e5a3b82da5ab4284a1f95f2b0e..eece94894e6fccc1331706cf29f3c4ed93e574c2 100644 (file)
@@ -1090,7 +1090,6 @@ static void ev_data_read(h2_proxy_session *session, int arg, const char *msg)
         case H2_PROXYS_ST_WAIT:
             transit(session, "data read", H2_PROXYS_ST_BUSY);
             break;
-            /* fall through */
         default:
             /* nop */
             break;
index cbdae8cbbf7123a0e56e86010a1fe40f9dfee8f1..27f1de8294f89e31a952d1d8838d6dab6468521f 100644 (file)
@@ -1936,7 +1936,6 @@ static void h2_session_ev_data_read(h2_session *session, int arg, const char *ms
         case H2_SESSION_ST_WAIT:
             transit(session, "data read", H2_SESSION_ST_BUSY);
             break;
-            /* fall through */
         default:
             /* nop */
             break;