2 커밋 e34deb0815 ... 62b2df740e

작성자 SHA1 메시지 날짜
  Tom McKenzie 62b2df740e content-type 2 년 전
  Tom McKenzie e34deb0815 content-type 2 년 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      metrics.pl

+ 1 - 1
metrics.pl

@@ -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`;