Remove comment which was part of r1735668 (merged in r1743576) but was lost during...
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 13 May 2016 06:27:06 +0000 (06:27 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 13 May 2016 06:27:06 +0000 (06:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1743605 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_proxy_session.c

index feb1c231a9069213cfd28040fb89e4ab5fc4b2f6..27aa440af11998d5a1de3d7e998b164ad71aa2c7 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;