From 73a124fcfbf4af301e993fd3dafe8750dbc9a6a1 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Wed, 20 Jun 2018 13:34:33 -0700 Subject: [PATCH] Wire to socket doc change --- include/grpcpp/impl/codegen/call.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/grpcpp/impl/codegen/call.h b/include/grpcpp/impl/codegen/call.h index e324f6b14d3..a5e930aaa5c 100644 --- a/include/grpcpp/impl/codegen/call.h +++ b/include/grpcpp/impl/codegen/call.h @@ -171,8 +171,8 @@ class WriteOptions { return *this; } - /// Guarantee that all bytes have been written to the wire before completing - /// this write (usually writes are completed when they pass flow control) + /// Guarantee that all bytes have been written to the socket before completing + /// this write (usually writes are completed when they pass flow control). inline WriteOptions& set_write_through() { SetBit(GRPC_WRITE_THROUGH); return *this;