Reverting Symfony's Response class to previous version
Signed-off-by: Koen Schmeets <k.schmeets@gmail.com>
This commit is contained in:
@@ -292,6 +292,10 @@ class Response
|
||||
$this->sendHeaders();
|
||||
$this->sendContent();
|
||||
|
||||
if (function_exists('fastcgi_finish_request')) {
|
||||
fastcgi_finish_request();
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user