diff options
author | Valery Piashchynski <[email protected]> | 2021-01-21 16:08:06 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-21 16:08:06 +0300 |
commit | 8029e2d1107e4663f1104ebf25c40f252c8ea111 (patch) | |
tree | 7c9a6744fa9ce130d80c634da3d7596f70fda51a /tests/psr-worker-bench.php | |
parent | 7da6c78449776e1f3c6716250bca0b712a0423a4 (diff) |
Fix headers configs
Update rr.yaml
Remove previous stderr messages when they were sent
Diffstat (limited to 'tests/psr-worker-bench.php')
-rw-r--r-- | tests/psr-worker-bench.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/psr-worker-bench.php b/tests/psr-worker-bench.php index 3f6408bf..d382098a 100644 --- a/tests/psr-worker-bench.php +++ b/tests/psr-worker-bench.php @@ -17,7 +17,6 @@ while ($req = $worker->waitRequest()) { try { $rsp = new \Nyholm\Psr7\Response(); $rsp->getBody()->write("hello world"); - error_log("hello"); $worker->respond($rsp); } catch (\Throwable $e) { $worker->getWorker()->error((string)$e); |