Changes made in Spring 6.1 by removing buffering from the ClientHttpRequest implementations in this commit actually made all streaming implementations now buffering instead of streaming. This due to ...
Stream API from Java 8 rewritten on iterators for Java 7 and below.