@@ -41,7 +41,7 @@ while (my $c = $d->accept) {
}
sub generate_response {
- my $response = "Content-Type: text/plain\n\n";
+ my $response = "";
my $json_data = `$vnstat_cmd --json s 1`;