This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Zend\Http\Response\PhpEnvironment#sendHeaders()
silently returns - should scream and burn and demand for human sacrifices instead #138
Open
Description
zend-http/src/PhpEnvironment/Response.php
Line 84 in b382c6e
To reproduce (sorry if I couldn't do it myself right away - needs a @runInSeparateProcess
test):
$response = new \Zend\Http\Response\PhpEnvironment();
echo 'foo;
ob_flush();
// expect an exception here
$response->sendHeaders();