From 1c446b49bea98b2323e7f90bbb21fcad9b6e427c Mon Sep 17 00:00:00 2001 From: tursom Date: Sat, 23 May 2020 07:49:12 +0800 Subject: [PATCH] fix bug --- .../main/kotlin/cn/tursom/web/netty/NettyHttpObjectHandler.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/web/netty-web/src/main/kotlin/cn/tursom/web/netty/NettyHttpObjectHandler.kt b/web/netty-web/src/main/kotlin/cn/tursom/web/netty/NettyHttpObjectHandler.kt index 7cf6187..aa614b0 100644 --- a/web/netty-web/src/main/kotlin/cn/tursom/web/netty/NettyHttpObjectHandler.kt +++ b/web/netty-web/src/main/kotlin/cn/tursom/web/netty/NettyHttpObjectHandler.kt @@ -7,7 +7,6 @@ import io.netty.channel.SimpleChannelInboundHandler import io.netty.handler.codec.http.HttpContent import io.netty.handler.codec.http.HttpObject import io.netty.handler.codec.http.HttpRequest -import io.netty.handler.codec.http.LastHttpContent import io.netty.util.AttributeKey @ChannelHandler.Sharable