zuul-core/src/main/java/com/netflix/netty/common/metrics/HttpBodySizeRecordingChannelHandler.java [78:86]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            super.channelRead(ctx, msg);
        }

        @Override
        public void userEventTriggered(ChannelHandlerContext ctx, Object evt) throws Exception {
            try {
                super.userEventTriggered(ctx, evt);
            } finally {
                if (evt instanceof HttpLifecycleChannelHandler.CompleteEvent) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



zuul-core/src/main/java/com/netflix/zuul/netty/insights/PassportStateHttpServerHandler.java [66:74]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            super.channelRead(ctx, msg);
        }

        @Override
        public void userEventTriggered(ChannelHandlerContext ctx, Object evt) throws Exception {
            try {
                super.userEventTriggered(ctx, evt);
            } finally {
                if (evt instanceof HttpLifecycleChannelHandler.CompleteEvent) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



