some bug fixing

added some tests
This commit is contained in:
JT Smith 2007-12-16 18:56:36 +00:00
parent b70ef9d23a
commit 1ce61982ed
7 changed files with 66 additions and 68 deletions

View file

@ -181,9 +181,6 @@ sub page {
$output = $asset->addMissing($assetUrl);
}
}
if ($output eq "chunked") {
$output = undef;
}
return $output;
}