Support for maxInMemorySize in SSE reader
Closes gh-24312
This commit is contained in:
@@ -21,7 +21,7 @@ package org.springframework.core.io.buffer;
|
||||
* This can be raised when data buffers are cached and aggregated, e.g.
|
||||
* {@link DataBufferUtils#join}. Or it could also be raised when data buffers
|
||||
* have been released but a parsed representation is being aggregated, e.g. async
|
||||
* parsing with Jackson.
|
||||
* parsing with Jackson, SSE parsing and aggregating lines per event.
|
||||
*
|
||||
* @author Rossen Stoyanchev
|
||||
* @since 5.1.11
|
||||
|
||||
Reference in New Issue
Block a user