We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef79cf commit 9b0c51dCopy full SHA for 9b0c51d
1 file changed
src/Servers/WorkermanServer/start.php
@@ -21,7 +21,7 @@
21
foreach ($request->header() as $name => $value) {
22
$body .= "$name: $value\n";
23
}
24
-;
+
25
return $connection->send( new Response(
26
200,
27
['Content-Type' => 'text/plain'],
0 commit comments