[fix] SetShutdown error_closure_ properly (#32991)

Spin off from https://github.com/grpc/grpc/pull/32701.

<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
reviewable/pr32701/r1
Yijie Ma 2 years ago committed by GitHub
parent 7ae9bd00bd
commit b22d81889b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc

@ -349,7 +349,7 @@ void Epoll1EventHandle::HandleShutdownInternal(absl::Status why,
}
}
write_closure_->SetShutdown(why);
write_closure_->SetShutdown(why);
error_closure_->SetShutdown(why);
}
}

Loading…
Cancel
Save