diff options
author | Ken Payson <kpayson@google.com> | 2017-08-29 11:31:00 -0700 |
---|---|---|
committer | Ken Payson <kpayson@google.com> | 2017-08-29 11:31:00 -0700 |
commit | 951971881165fad65f99f7b0ca821eea0ce25d23 (patch) | |
tree | 66bd45aee52e3fa3e405dd47c741d0647a9abab9 /src | |
parent | 567e0f1eb62f361f845d5aba7f7b502e98d5b9d6 (diff) |
Documentation change + e2e test fix
Diffstat (limited to 'src')
-rw-r--r-- | src/core/lib/transport/byte_stream.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/lib/transport/byte_stream.h b/src/core/lib/transport/byte_stream.h index 1e1e8310b8..be2a35213e 100644 --- a/src/core/lib/transport/byte_stream.h +++ b/src/core/lib/transport/byte_stream.h @@ -81,7 +81,9 @@ void grpc_byte_stream_destroy(grpc_exec_ctx *exec_ctx, // grpc_slice_buffer_stream // -// A grpc_byte_stream that wraps a slice buffer. +// A grpc_byte_stream that wraps a slice buffer. The stream takes +// ownership of the slices in the buffer, and on destruction will +// reset the contents of the buffer. typedef struct grpc_slice_buffer_stream { grpc_byte_stream base; |