Use ByteArrayDecoder in DefaultClientResponse::createException #27666
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
In
DefaultClientResponse::createException
, instead of "converting" the response body into DataBuffers and turning those in a byte array , we should use theByteArrayDecoder
which does that in a single step.The text was updated successfully, but these errors were encountered: