Subject: | Net::HTTP::Methods with Russian Apache problem |
Russian Apache versions before 1.3.20 PL30.5 returns "Transfer-Encoding: chunked " string with space in the end.
Code:
my @te = split(/\s*,\s*/, lc($te));
die "Chunked must be last Transfer-Encoding '$te'"
unless pop(@te) eq "chunked";
returns error on this string.