We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b87d79 commit 219355aCopy full SHA for 219355a
README.md
@@ -39,7 +39,7 @@ Here is an async HTTP server built with just the event loop.
39
fclose($conn);
40
$loop->removeStream($conn);
41
} else {
42
- $data = substr($data, 0, $swritten);
+ $data = substr($data, 0, $written);
43
}
44
});
45
0 commit comments