LP#1709710 Count Perl chunk/bundle sizes in bytes
authorBill Erickson <berickxx@gmail.com>
Fri, 8 Sep 2017 21:53:52 +0000 (17:53 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 11 Sep 2017 13:30:32 +0000 (09:30 -0400)
commitbe2b2645f7da0907366eb0c99b5d6c231c366b30
tree5d374804200f68578fc5e3009eb0ecb31da0dbec
parent3d91aeb066c52213f2c82f04bdfc84b87ec8d1d0
LP#1709710 Count Perl chunk/bundle sizes in bytes

For the purposes of bundling/chunking, count the number of bytes in each
affected string instead of the number of characters.

See also https://perldoc.perl.org/bytes.html and 'perldoc -f length'

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
src/perl/lib/OpenSRF/AppSession.pm