Skip to content

Commit

Permalink
解决使用内置存储文件上传时内存释放问题
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrian2012 committed Feb 9, 2022
1 parent dabb925 commit 9d29357
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ private void multipartUpload(FullHttpRequest request, String requestId, Response
}

readHttpDataChunkByChunk(response, decoder, requestId, HttpHeaders.isKeepAlive(request));

decoder.destroy();

if (chunk instanceof LastHttpContent) {

}
Expand Down

0 comments on commit 9d29357

Please sign in to comment.