diff options
author | Mark D. Roth <roth@google.com> | 2016-06-27 09:53:59 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-06-27 09:53:59 -0700 |
commit | 34d07d6f2a0b7d4c938aaf3502151eebba8b04b5 (patch) | |
tree | 292ec9b50e5b6788b755cc2bdcb8724ac6d057f8 /src/core/lib/transport | |
parent | 13e343464bd8abd01cec1df2b43f624906552055 (diff) |
Update comments.
Diffstat (limited to 'src/core/lib/transport')
-rw-r--r-- | src/core/lib/transport/byte_stream.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/core/lib/transport/byte_stream.h b/src/core/lib/transport/byte_stream.h index 95519a9eaf..e64dce6283 100644 --- a/src/core/lib/transport/byte_stream.h +++ b/src/core/lib/transport/byte_stream.h @@ -59,13 +59,9 @@ struct grpc_byte_stream { * on_complete will not be called), 0 if the bytes will be available * asynchronously. * - * on entry, *remaining can be set as a hint as to the maximum number + * max_size_hint can be set as a hint as to the maximum number * of bytes that would be acceptable to read. * - * fills *buffer, *length, *remaining with the bytes, length of bytes - * and length of data remaining to be read before either returning 1 - * or calling on_complete. - * * once a slice is returned into *slice, it is owned by the caller. */ int grpc_byte_stream_next(grpc_exec_ctx *exec_ctx, |