spring-framework/spring-webflux
Arjen Poutsma 30af01fd4e Use DataBufferUtils.write in DefaultFilePart.transferTo
This commit makes sure that in DefaultMultipartMessageReader's
DefaultFilePart, the file is not closed before all bytes are written,
by using DataBufferUtils.write (see c1b6885191d6a50347aeaa14da994f0db88f26fe).

The commit also improves on the logging of the
DefaultMultipartMessageReader.

Closes gh-23130
2019-06-14 14:13:18 +02:00
..
src Use DataBufferUtils.write in DefaultFilePart.transferTo 2019-06-14 14:13:18 +02:00
spring-webflux.gradle Merge branch '5.1.x' 2019-06-12 00:05:01 +02:00