#9287 - remove unpaired release of Content.Chunk
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
cb511bed8a
commit
1e92759578
|
@ -469,7 +469,6 @@ public class MultiPartFormData extends CompletableFuture<MultiPartFormData.Parts
|
|||
}
|
||||
|
||||
partChunks.forEach(Content.Chunk::release);
|
||||
chunk.release();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue