mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:39:09 +00:00
Polishing
This commit is contained in:
+2
-2
@@ -43,8 +43,8 @@ public class ServletServerHttpResponse implements ServerHttpResponse {
|
||||
/**
|
||||
* System property that indicates whether {@code response.getBody().flush()}
|
||||
* should effectively flush to the network. This is by default disabled,
|
||||
* and developers must set the {@code "spring.http.response.flush.enabled"}
|
||||
* {@link org.springframework.core.SpringProperties Spring property} to
|
||||
* and developers must set the {@value}
|
||||
* {@linkplain org.springframework.core.SpringProperties Spring property} to
|
||||
* turn it on.
|
||||
* <p>Applications should instead {@link #flush()} on the response directly.
|
||||
* @since 7.0.6
|
||||
|
||||
Reference in New Issue
Block a user