diff options
author | Craig Tiller <ctiller@google.com> | 2016-08-09 09:09:33 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-08-09 09:09:33 -0700 |
commit | acad79f0c87dd1855020c39238a12476c904da51 (patch) | |
tree | 54317c576effa957702eb99670c80fbf1effb1fe /src/core/lib/transport/byte_stream.h | |
parent | 4103a1b0f2e70ac6eee07f87f35c6b9c0a8562d1 (diff) | |
parent | 3e104bbe5ccba7a5c4fd30be598da32074ea95aa (diff) |
Merge github.com:grpc/grpc into grand-unified-closures
Diffstat (limited to 'src/core/lib/transport/byte_stream.h')
-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, |