Committer: sbelyaev
LJSUP-12148: JSON-RPCU trunk/cgi-bin/LJ/Response/JSON.pm
Modified: trunk/cgi-bin/LJ/Response/JSON.pm =================================================================== --- trunk/cgi-bin/LJ/Response/JSON.pm 2012-05-18 12:18:30 UTC (rev 11977) +++ trunk/cgi-bin/LJ/Response/JSON.pm 2012-05-18 13:12:38 UTC (rev 11978) @@ -13,7 +13,6 @@ $self->output_http_headers; LJ::Request->send_cookies; - LJ::Request->send_http_header(); if ($self->data) { LJ::Request->content_type('application/json; charset=utf-8');