mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
a3e23cd5fc
This commit makes sure that the response returned by coroutine handler methods that return ResponseEntity<Flux> is unwrapped correctly. Closes gh-27809