mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 17:49:02 +00:00
Polish
This commit is contained in:
-1
@@ -74,7 +74,6 @@ public class StreamingResponseBodyReturnValueHandler implements HandlerMethodRet
|
||||
returnValue = responseEntity.getBody();
|
||||
if (returnValue == null) {
|
||||
mavContainer.setRequestHandled(true);
|
||||
// Ensure headers are flushed
|
||||
outputMessage.flush();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user