Skip to content

Commit

Permalink
chore: update to true
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Nov 8, 2024
1 parent 00ce83d commit 7c9e441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ public function send(string $body = ''): void
if ($algorithm) {
$body = $algorithm->compress($body);
$this->addHeader('Content-Encoding', $algorithm->getContentEncoding());
$this->addHeader('X-Utopia-Compression', '1');
$this->addHeader('X-Utopia-Compression', 'true');
$this->addHeader('Vary', 'Accept-Encoding');
}
}
Expand Down

0 comments on commit 7c9e441

Please sign in to comment.