Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_http2.cc906 session->invalid_frame_count_, in OnInvalidFrame()
909 if (session->invalid_frame_count_++ > session->js_fields_->max_invalid_frames) in OnInvalidFrame()
1308 if (invalid_frame_count_++ > js_fields_->max_invalid_frames) { in HandleDataFrame()
Dnode_http2.h921 uint32_t invalid_frame_count_ = 0; variable