From: Christophe Jaillet Date: Fri, 13 May 2016 06:27:06 +0000 (+0000) Subject: Remove comment which was part of r1735668 (merged in r1743576) but was lost during... X-Git-Tag: 2.4.21~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a83a9792d6edb1b71443b3d26ecd4ba48928e60;p=thirdparty%2Fapache%2Fhttpd.git Remove comment which was part of r1735668 (merged in r1743576) but was lost during backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1743605 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_proxy_session.c b/modules/http2/h2_proxy_session.c index feb1c231a90..27aa440af11 100644 --- a/modules/http2/h2_proxy_session.c +++ b/modules/http2/h2_proxy_session.c @@ -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;