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.
2 parents 164799f + 1a021b9 commit 0545180Copy full SHA for 0545180
1 file changed
README.md
@@ -49,7 +49,7 @@ Here is an async HTTP server built with just the event loop.
49
fclose($conn);
50
$loop->removeStream($conn);
51
} else {
52
- $data = substr($data, 0, $written);
+ $data = substr($data, $written);
53
}
54
});
55
0 commit comments