From 7a83a9792d6edb1b71443b3d26ecd4ba48928e60 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 13 May 2016 06:27:06 +0000 Subject: [PATCH] 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 --- modules/http2/h2_proxy_session.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/http2/h2_proxy_session.c b/modules/http2/h2_proxy_session.c index feb1c231a9..27aa440af1 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; -- 2.40.0