Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P5
-
Resolution: Fixed
-
Affects Version/s: 16, 17, 18
-
Fix Version/s: 18
-
Component/s: client-libs
-
Labels:None
-
Resolved In Build:b15
Description
Using ByteArrayOutputStream.toString to convert its content to a String is cleaner than new String(out.toByteArray()). Also it's a bit faster because of one less array copy.