Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_http2.cc1000 session->invalid_frame_count_, in OnInvalidFrame()
1003 if (session->invalid_frame_count_++ > max_invalid_frames) { in OnInvalidFrame()
1423 if (invalid_frame_count_++ > js_fields_->max_invalid_frames) { in HandleDataFrame()
H A Dnode_http2.h928 uint32_t invalid_frame_count_ = 0; member in node::http2::Http2Session

Completed in 7 milliseconds