Sending response should not exit to allow pre-stop filters.

pull/340/head
Mike Cao 7 years ago
parent b781e63d08
commit 7ae2011723

@ -270,7 +270,7 @@ class Response {
$this->sendHeaders(); $this->sendHeaders();
} }
exit($this->body); echo $this->body;
} }
} }

Loading…
Cancel
Save