The bufferingPredicate configured in RestClient.Builder can and should also be used in the (existing) shouldBuffer protected method in BufferingClientHttpRequestFactory since the factory is no longer intended for direct use, and in any case the setting should apply in all cases including when there are no interceptors. See gh-33785