mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
6d909b013e
MockHttpServletResponse no longer calls flushBuffer on calls to getContentAsByteArray and getContentAsString. The flushing doesn't actually do anything useful but does commit the response leading to unexpected side effects. Issue: SPR-16430