X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FResponse.php;h=841902a55884bbf1050d580a2621db87d104ae33;hb=3bca4fe2a64671d09e08346456cdfa6c12f996e9;hp=e4bfde7a3c6d949c6c0ad72dca685ef29e987f4c;hpb=eaad2207387f23ae9183d03f843fef0a902367ac;p=friendica.git diff --git a/src/Module/Response.php b/src/Module/Response.php index e4bfde7a3c..841902a558 100644 --- a/src/Module/Response.php +++ b/src/Module/Response.php @@ -1,6 +1,6 @@ headers[static::X_HEADER] = $this->type; - return new \GuzzleHttp\Psr7\Response($this->status, $this->headers, $this->content, $this->reason); + return new \GuzzleHttp\Psr7\Response($this->status, $this->headers, $this->content, '1.1', $this->reason); } }