There was an error while loading. Please reload this page.
1 parent cd50a39 commit c350158Copy full SHA for c350158
src/Transformers/Response.php
@@ -126,6 +126,7 @@ protected function sendContent()
126
} elseif ($illuminateResponse instanceof BinaryFileResponse) {
127
$this->swooleResponse->sendfile($illuminateResponse->getFile()->getPathname());
128
} else {
129
+ $chunkGzip = $this->canGzipContent($illuminateResponse->headers->get('Content-Encoding'));
130
$this->sendInChunk($illuminateResponse->getContent());
131
}
132
0 commit comments