aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-08-29 11:31:00 -0700
committerGravatar Ken Payson <kpayson@google.com>2017-08-29 11:31:00 -0700
commit951971881165fad65f99f7b0ca821eea0ce25d23 (patch)
tree66bd45aee52e3fa3e405dd47c741d0647a9abab9 /src/core/lib/transport
parent567e0f1eb62f361f845d5aba7f7b502e98d5b9d6 (diff)
Documentation change + e2e test fix
Diffstat (limited to 'src/core/lib/transport')
-rw-r--r--src/core/lib/transport/byte_stream.h4
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;