ReactorClientHttpResponse aggregates the response content to create the InputStream, which is not ideal. Ideally at this level we should be streaming, and allow the choice to buffer or stream depending on the use case. By contrast, we stream for all other supported clients.
Once #31677 is merged, we should be able to use it to enable streaming.
ReactorClientHttpResponse
aggregates the response content to create the InputStream, which is not ideal. Ideally at this level we should be streaming, and allow the choice to buffer or stream depending on the use case. By contrast, we stream for all other supported clients.Once #31677 is merged, we should be able to use it to enable streaming.