Polish
This commit is contained in:
@@ -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