LP#1709710 Count Perl chunk/bundle sizes in bytes user/dyrcona/lp1709710-smarter-chunk-length-and-bytes
authorBill Erickson <berickxx@gmail.com>
Fri, 8 Sep 2017 21:53:52 +0000 (17:53 -0400)
committerJason Stephenson <jason@sigio.com>
Sun, 10 Sep 2017 21:34:12 +0000 (17:34 -0400)
commitf167754269b616a3ce41c5a715bf43c3b6361b23
tree5d374804200f68578fc5e3009eb0ecb31da0dbec
parent93ee1b89a323e7d0cde992003e5f321990a31faf
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>
src/perl/lib/OpenSRF/AppSession.pm