Commit 0f3e8eb6 authored by Koen Schmeets's avatar Koen Schmeets

Reverting Symfony's Response class to previous version

Signed-off-by: 's avatarKoen Schmeets <k.schmeets@gmail.com>
parent b02fd523
...@@ -292,6 +292,10 @@ class Response ...@@ -292,6 +292,10 @@ class Response
$this->sendHeaders(); $this->sendHeaders();
$this->sendContent(); $this->sendContent();
if (function_exists('fastcgi_finish_request')) {
fastcgi_finish_request();
}
return $this; return $this;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment