Skip to content

Commit 606c57d

Browse files
committed
update by comment
1 parent c3580ea commit 606c57d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/fluid/operators/detail/grpc_server.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ class RequestPrefetch final : public RequestBase {
153153

154154
virtual void Process() {
155155
// prefetch process...
156-
::grpc::ByteBuffer relay;
156+
::grpc::ByteBuffer reply;
157157
// TODO(Yancey1989): execute the Block which containers prefetch ops
158158

159-
responder_.Finish(relay, ::grpc::Status::OK, this);
159+
responder_.Finish(reply, ::grpc::Status::OK, this);
160160
status_ = FINISH;
161161
}
162162

0 commit comments

Comments
 (0)