zuul-core/src/main/java/com/netflix/netty/common/metrics/Http2MetricsChannelHandlers.java [106:113]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        @Override
        public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
            try {
                if (cause instanceof Http2Exception) {
                    incrementErrorCounter(registry, errorCounterName, metricId, (Http2Exception) cause);
                }
            } finally {
                super.exceptionCaught(ctx, cause);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



zuul-core/src/main/java/com/netflix/netty/common/metrics/Http2MetricsChannelHandlers.java [141:148]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        @Override
        public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
            try {
                if (cause instanceof Http2Exception) {
                    incrementErrorCounter(registry, errorCounterName, metricId, (Http2Exception) cause);
                }
            } finally {
                super.exceptionCaught(ctx, cause);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



