Home
last modified time | relevance | path

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

/third_party/node/test/cctest/
H A Dtest_inspector_socket.cc548 char CLOSE_FRAME[] = {'\x88', '\x00'}; in TEST_F() local
549 expect_on_client(CLOSE_FRAME, sizeof(CLOSE_FRAME)); in TEST_F()
561 char CLOSE_FRAME[] = {'\x88', '\x00'}; in TEST_F() local
562 expect_on_client(CLOSE_FRAME, sizeof(CLOSE_FRAME)); in TEST_F()
/third_party/node/src/
H A Dinspector_socket.cc138 static const char CLOSE_FRAME[] = {'\x88', '\x00'}; member
431 WriteRaw(std::vector<char>(CLOSE_FRAME, CLOSE_FRAME + sizeof(CLOSE_FRAME)), in SendClose()

Completed in 4 milliseconds