Reactor Netty response should not buffer the full response #33781
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
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.
The text was updated successfully, but these errors were encountered: