Merge branch '5.1.x'

This commit is contained in:
Rossen Stoyanchev
2019-03-28 17:37:21 -04:00

View File

@@ -59,7 +59,7 @@ public abstract class DataBufferUtils {
/**
* Workaround to disable use of pooled buffers:
* https://github.com/reactor/reactor-core/issues/1634
* https://github.com/reactor/reactor-core/issues/1634.
*/
private static final DataBufferFactory defaultDataBufferFactory = new DefaultDataBufferFactory();