mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
This commit separates the creation of a response so that it is executed after the synchronized block inside which requests need to be matched and validated (for order and count). This allows a ResponseCreator to be slow or block if it has to. Issue: SPR-16319