X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=perl%2FSesse%2Fpr0n%2FCommon.pm;h=6685008d9a98eba693b6eceb7718521c20628123;hp=d72e0cb967892c6921b80944f64d5d962afc9423;hb=fd38bb6363334ccb1ed756ace442b59c5bdf6bd1;hpb=f8791f59cba8ddb1bb240d8b4a22423e29f198a3 diff --git a/perl/Sesse/pr0n/Common.pm b/perl/Sesse/pr0n/Common.pm index d72e0cb..6685008 100644 --- a/perl/Sesse/pr0n/Common.pm +++ b/perl/Sesse/pr0n/Common.pm @@ -603,7 +603,6 @@ sub ensure_cached { $img = read_original_image($r, $filename, $id, $dbwidth, $dbheight, 0); $new_dbwidth = $width = $img->Get('columns'); $new_dbheight = $height = $img->Get('rows'); - @$img = (); } else { $img = Image::Magick->new; $width = $dbwidth; @@ -1007,7 +1006,7 @@ sub set_last_modified { my ($res, $mtime) = @_; my $str = POSIX::strftime("%a, %d %b %Y %H:%M:%S GMT", gmtime($mtime)); - $res->headers({ 'Last-Modified' => $str }); + $res->header('Last-Modified' => $str); } sub get_server_name {