netty5/transport/src/main/java/io/netty
Frédéric Brégier e1abfbb6c1 Correction on StringBuilder default init size
Motivation:
The default StringBuilder size is too small (data.length + 4) while it will be 2*data.length (byte to Hex) + 5 "-" char (since 5 peaces appended).

Modification:
Changing initial size to the correct one

Result:
Allocation of the correct final size from the beginning for this StringBuilder.
2014-05-30 07:33:38 +02:00
..
bootstrap Synchronized between 4.1 and master (part 3) 2014-04-25 16:17:16 +09:00
channel Correction on StringBuilder default init size 2014-05-30 07:33:38 +02:00