From d3d02a2c79a8c9197b5a75ef660cb988d4e38dbc Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 29 Aug 2014 15:03:19 -0600 Subject: [PATCH] Revert "Added Content-Length header" This reverts commit a737cfc2ec1f5873a50df2821c88c18bc0f22117. --- system/src/Grav/Common/Grav.php | 1 - 1 file changed, 1 deletion(-) diff --git a/system/src/Grav/Common/Grav.php b/system/src/Grav/Common/Grav.php index 606f06c0a..07d548d75 100644 --- a/system/src/Grav/Common/Grav.php +++ b/system/src/Grav/Common/Grav.php @@ -194,7 +194,6 @@ class Grav extends Container /** @var Uri $uri */ $uri = $this['uri']; header('Content-type: ' . $this->mime($uri->extension())); - header('Content-length: ' . strlen($this->output)); } /**