LP#1709710 Count Perl chunk/bundle sizes in bytes user/berick/lp1709710-smarter-chunk-length-and-bytes
authorBill Erickson <berickxx@gmail.com>
Fri, 8 Sep 2017 21:53:52 +0000 (17:53 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 8 Sep 2017 22:03:33 +0000 (18:03 -0400)
commitfa26a70bf4b99b0e902cd13c5dcdd0a945345114
tree84c8e0f3136e66b94efa2b3016b35a14bee76228
parentcd0e51139818a209610fd9389d9915849731e0fd
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>
src/perl/lib/OpenSRF/AppSession.pm