[tx0cp] Fix initialization issue (#34118)

Should fix b/295185307
pull/34167/head
Vignesh Babu 2 years ago committed by GitHub
parent b478add7ec
commit cadf2130c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/iomgr/tcp_posix.cc

@ -459,7 +459,7 @@ class TcpZerocopySendCtx {
std::unordered_map<uint32_t, TcpZerocopySendRecord*> ctx_lookup_;
bool memory_limited_ = false;
bool is_in_write_ = false;
OMemState zcopy_enobuf_state_;
OMemState zcopy_enobuf_state_ = OMemState::OPEN;
};
} // namespace grpc_core

Loading…
Cancel
Save