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