Home
last modified time | relevance | path

Searched refs:is_last_data_frame (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc359 bool is_last_data_frame = in FlushCompressedBytes() local
363 if (is_last_data_frame && s_->send_trailing_metadata != nullptr && in FlushCompressedBytes()
379 is_last_frame_ = is_last_data_frame && in FlushCompressedBytes()