Skip to content

Commit 794f074

Browse files
[HttpKernel] Dont close the output stream in debug
1 parent 8c6a6ba commit 794f074

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Response.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -373,12 +373,6 @@ public function send()
373373
$this->sendHeaders();
374374
$this->sendContent();
375375

376-
if (function_exists('fastcgi_finish_request')) {
377-
fastcgi_finish_request();
378-
} elseif ('cli' !== PHP_SAPI) {
379-
static::closeOutputBuffers(0, true);
380-
}
381-
382376
return $this;
383377
}
384378

0 commit comments

Comments
 (0)