diff options
Diffstat (limited to 'tests/psr-worker.php')
-rw-r--r-- | tests/psr-worker.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/psr-worker.php b/tests/psr-worker.php index de4befbc..db53eee2 100644 --- a/tests/psr-worker.php +++ b/tests/psr-worker.php @@ -20,7 +20,7 @@ while ($req = $psr7->waitRequest()) { try { $resp = new \Nyholm\Psr7\Response(); $resp->getBody()->write(str_repeat("hello world", 1000)); - + $psr7->respond($resp); } catch (\Throwable $e) { $psr7->getWorker()->error((string)$e); |