mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Merge branch '6.2.x'
# Conflicts: # framework-platform/framework-platform.gradle
This commit is contained in:
+1
@@ -92,6 +92,7 @@ public class ResponseBodyEmitter {
|
||||
/** Guards access to write operations on the response. */
|
||||
protected final Lock writeLock = new ReentrantLock();
|
||||
|
||||
|
||||
/**
|
||||
* Create a new ResponseBodyEmitter instance.
|
||||
*/
|
||||
|
||||
+1
@@ -45,6 +45,7 @@ public class SseEmitter extends ResponseBodyEmitter {
|
||||
|
||||
private static final MediaType TEXT_PLAIN = new MediaType("text", "plain", StandardCharsets.UTF_8);
|
||||
|
||||
|
||||
/**
|
||||
* Create a new SseEmitter instance.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user