Thanks to visit codestin.com Credit goes to github.com
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 39fb83a commit cfbcb10Copy full SHA for cfbcb10
src/stream_base.h
@@ -225,7 +225,7 @@ class StreamResource {
225
// These need to be implemented on the readable side of this stream:
226
227
// Start reading from the underlying resource. This is called by the consumer
228
- // when more data is desired. Use `EmitAlloc()` and `EmitData()` to
+ // when more data is desired. Use `EmitAlloc()` and `EmitRead()` to
229
// pass data along to the consumer.
230
virtual int ReadStart() = 0;
231
// Stop reading from the underlying resource. This is called by the
0 commit comments