spring-boot/spring-boot-project
Brian Clozel b7f59eb7cb Add config property for webflux codec maxInMemorySize
This commit creates a new configuration property
`spring.codec.max-in-memory-size` which configures the maximum
amount of data to be buffered in memory by codecs (both client and
server).

This property has no default value - it will let Spring Framework handle
the default behavior, currently enforcing a 256KB for provided codecs.

Fixes gh-18828
2019-10-31 20:01:43 +01:00
..
2019-10-30 15:02:14 -07:00
2019-10-15 19:47:41 +01:00
2019-10-02 10:48:57 +01:00
2019-10-29 09:02:25 +01:00