]> Sergey Matveev's repositories - public-inbox.git/commit
remove bytes:: for length checks
authorEric Wong <e@80x24.org>
Mon, 21 Sep 2015 11:11:11 +0000 (11:11 +0000)
committerEric Wong <e@80x24.org>
Mon, 21 Sep 2015 11:37:10 +0000 (11:37 +0000)
commit62f1d3057304ab1e598a3d3bff54fce1bca0dd72
treefabe4b3623e8f0ba02b3713416882acfe71f0d88
parent326f7412b601e8d0d929026802e469bdb7fe1940
remove bytes:: for length checks

Apparently, my mental model of Perl internals is still incorrect
after all these years.  I am but a simple *nix programmer:
everything is a bag of bytes to me.

This fixes a problem with UTF-8 headers from Xapian (via
"XHDR Subject [range]") triggering partial writes and writing an
extra newline to the outputs.
lib/PublicInbox/Filter.pm
lib/PublicInbox/GitCatFile.pm
lib/PublicInbox/NNTP.pm
public-inbox-nntpd