summaryrefslogtreecommitdiff
path: root/tests/head.php
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-27 16:43:39 +0300
committerValery Piashchynski <[email protected]>2021-01-27 16:43:39 +0300
commitfdf9ecce67becbcd45e4813ca0253a90e771c198 (patch)
tree3300238cf9cc6710eeac5ee662d99a3873546a21 /tests/head.php
parente9d6ed13fef70486b4edf2b59fdb592046cd25bc (diff)
Roadrunner binary branch
Diffstat (limited to 'tests/head.php')
-rw-r--r--tests/head.php17
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);
- }
-}