We noticed that a few implementations of the HttpMessageConverter, inheriting from abstract classes, are performing extra OutputStream#flush calls even though this is the responsibility of the abstract class after delegating to the writeInternal method.
We should remove those extra calls as they tend to waste resources for no added benefit.