Closed
Description
Arjen Poutsma opened SPR-16402 and commented
The MultipartHttpMessageWriter
should not subscribe to the partWritten
mono, as that can result in exceptions when the data written comes out of a publisher itself, and when that publisher can only be subscribed to once.
For instance, when the data is coming from a Channel
, and that channel closes after the first subscription, the second time the publisher is subscribed to results in IO exceptions.
Affects: 5.0.2
Issue Links:
- Support Custom Headers for Multipart Async Data [SPR-16376] #20922 Support Custom Headers for Multipart Async Data ("is depended on by")