Merge branch '6.1.x'

This commit is contained in:
Simon Baslé 2024-08-01 16:29:52 +02:00
commit 25f62c8765
1 changed files with 1 additions and 0 deletions

View File

@ -559,6 +559,7 @@ final class MultipartParser extends BaseSubscriber<DataBuffer> {
}
else /* if (len == 0) */ {
// buffer starts with complete delimiter, flush out the previous buffers
DataBufferUtils.release(boundaryBuffer);
flush();
}