mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 10:27:03 +00:00
Fix for bug 265240: make collectstats generate valid RDF by not cutting off the opening RDF tag; r=kiko, a=myk
This commit is contained in:
parent
2406b465e5
commit
aedb51d8be
@ -103,7 +103,7 @@ CollectSeriesData();
|
||||
my $headers_done = 0;
|
||||
while (<CGI>) {
|
||||
print RDF if $headers_done;
|
||||
$headers_done = 1 if $_ eq "\n";
|
||||
$headers_done = 1 if $_ eq "\r\n";
|
||||
}
|
||||
close CGI;
|
||||
close RDF;
|
||||
|
Loading…
x
Reference in New Issue
Block a user