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