Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure multipart data is deleted in WebFlux when connection terminates
Before this change temporary files would not consistently be deleted when the connection which uploads the multipart files closes naturally. This change uses the usingWhen Reactor operator to ensure that the termination of the connection doesn't prevent individual file parts from being deleted due to a cancellation signal. See spring-projectsgh-31217 Closes spring-projectsgh-32638
- Loading branch information