Argh... I hate to hunt down bugs introduced to work around others' bugs... But as you've already done he research :-)

Code:
--------------------
sub contentType {
        my ($self, $urlOrObj) = @_;
# Bug 15779 - if we have it in the cache then just use it
        # This does not even check that $urlOrObj is actually a URL
        # but there should be no practical chance of a key-space clash if it is 
not.
if (defined $contentTypeCache{$urlOrObj}) {

Are you saying that this cache would need to be updated appropriately?

--

Michael
_______________________________________________
Radio mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/radio

Reply via email to