Committer: ailyin
LJSUP-12289 (new photo hosting: disable serving image data from apache)U trunk/cgi-bin/Apache/LiveJournal.pm
Modified: trunk/cgi-bin/Apache/LiveJournal.pm =================================================================== --- trunk/cgi-bin/Apache/LiveJournal.pm 2012-05-22 14:19:55 UTC (rev 22029) +++ trunk/cgi-bin/Apache/LiveJournal.pm 2012-05-23 08:33:58 UTC (rev 22030) @@ -446,7 +446,7 @@ warn "response error: $@" if $@; - return $response->http_status; + return LJ::Request::DONE; } ); return LJ::Request::OK;