File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
include/ydb-cpp-sdk/library/grpc/client Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -1075,7 +1075,7 @@ class TStreamRequestReadWriteProcessor
1075
1075
Y_ABORT_UNLESS (ReadActive, " Unexpected Read done callback" );
1076
1076
Y_ABORT_UNLESS (!ReadFinished, " Unexpected ReadFinished flag" );
1077
1077
1078
- if (!ok || Cancelled || WriteFinished ) {
1078
+ if (!ok || Cancelled) {
1079
1079
ReadFinished = true ;
1080
1080
if (!WriteActive) {
1081
1081
WriteFinished = true ;
@@ -1124,9 +1124,6 @@ class TStreamRequestReadWriteProcessor
1124
1124
if (!ok || Cancelled) {
1125
1125
WriteActive = false ;
1126
1126
WriteFinished = true ;
1127
- if (!ReadActive) {
1128
- ReadFinished = true ;
1129
- }
1130
1127
if (ReadFinished) {
1131
1128
Stream->Finish (&Status, OnFinishedTag.Prepare ());
1132
1129
}
You can’t perform that action at this time.
0 commit comments