Commit d3e916e0 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

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
parent 92b3bfa3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;