diff --git a/public/copy-stream.php b/public/copy-stream.php index 41834b7..e68f464 100644 --- a/public/copy-stream.php +++ b/public/copy-stream.php @@ -24,7 +24,6 @@ ->withHeader('Content-Type', 'image/jpeg') ->withHeader('Content-Length', (string) filesize($image)) ->withBody(new Stream($image)); - return $response; }, $_SERVER, $_GET, $_POST, $_COOKIE, $_FILES); $server->listen();