mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This commit adds a WebFlux integration test with a request body and a delayed response in order to test a use case where we found a regression with Undertow 2.3.18.Final. For now, Undertow 2.3.17.Final is still used. Closes gh-33739