diff --git a/flight/net/Response.php b/flight/net/Response.php index 089c276..e21fc9a 100644 --- a/flight/net/Response.php +++ b/flight/net/Response.php @@ -110,7 +110,7 @@ class Response /** * @var string HTTP response body */ - protected string $body; + protected string $body = ''; /** * @var bool HTTP response sent