MarshallingView should avoid temporary byte array when copying to response [SPR-11646] #16269
Labels
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
Juergen Hoeller opened SPR-11646 and commented
MarshallingView's current code:
can be optimized to:
in order to avoid the temporary copy in a byte array.
Affects: 3.2.8, 4.0.3
Issue Links:
Backported to: 3.2.9
The text was updated successfully, but these errors were encountered: