Support for maxInMemorySize in SSE reader

Closes gh-24312
This commit is contained in:
Rossen Stoyanchev
2020-01-13 14:56:48 +00:00
parent a741ae422b
commit cbc57460b7
5 changed files with 138 additions and 26 deletions

View File

@@ -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