mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-08 02:30:36 +08:00
修复netty web内存泄漏bug,更新kotlin版本
This commit is contained in:
parent
7d1d22990b
commit
38f3655ed2
@ -38,7 +38,7 @@ class EmptyHttpContent(
|
||||
override fun finishText(code: Int) {}
|
||||
override fun finishJson(code: Int) {}
|
||||
override fun writeChunkedHeader() {}
|
||||
override fun addChunked(buffer: ByteBuffer) {}
|
||||
override fun addChunked(buffer: () -> ByteBuffer) {}
|
||||
override fun finishChunked() {}
|
||||
override fun finishChunked(chunked: Chunked) {}
|
||||
override fun finishFile(file: File, chunkSize: Int) {}
|
||||
|
Loading…
Reference in New Issue
Block a user