spring-framework/spring-web
Brian Clozel fc1ff88ede Avoid duplicate flushes in String Http converter
Prior to this commit, the `StringHttpMessageConverter` would perform a
flush after writing the body, via `StreamUtils#copy`. This operation is
not needed as a flush is already performed by the abstract class.

Flush calls by HTTP message converters is being reconsidered altogether
in gh-35427, but we should first remove this extra operation.

Closes gh-36065
2025-12-22 15:34:41 +01:00
..
src Avoid duplicate flushes in String Http converter 2025-12-22 15:34:41 +01:00
spring-web.gradle Remove Undertow-specific support and testing 2025-08-20 10:32:33 +02:00