mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
0c289283ff
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