diff options
author | Valery Piashchynski <[email protected]> | 2021-01-27 16:43:39 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-27 16:43:39 +0300 |
commit | fdf9ecce67becbcd45e4813ca0253a90e771c198 (patch) | |
tree | 3300238cf9cc6710eeac5ee662d99a3873546a21 /tests/head.php | |
parent | e9d6ed13fef70486b4edf2b59fdb592046cd25bc (diff) |
Roadrunner binary branch
Diffstat (limited to 'tests/head.php')
-rw-r--r-- | tests/head.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/head.php b/tests/head.php deleted file mode 100644 index 3c57258f..00000000 --- a/tests/head.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php -/** - * @var Goridge\RelayInterface $relay - */ - -use Spiral\Goridge; -use Spiral\RoadRunner; - -$rr = new RoadRunner\Worker($relay); - -while ($in = $rr->waitPayload()) { - try { - $rr->send("", (string)$in->header); - } catch (\Throwable $e) { - $rr->error((string)$e); - } -} |