Home
last modified time | relevance | path

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

/external/grpc-grpc/doc/
Dhttp2-interop-test-descriptions.md18 * The name of the test case to execute. For example, "goaway"
33 * The name of the test case to execute. For example, "goaway"
45 ### goaway subsection
47 This test verifies that the client correctly responds to a goaway sent by the
48 server. The client should handle the goaway by switching to a new stream without
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DSpdy3ConnectionTest.java851 MockSpdyPeer.InFrame goaway = peer.takeFrame();
852 assertEquals(TYPE_GOAWAY, goaway.type);
853 assertEquals(0, goaway.streamId);
854 assertEquals(PROTOCOL_ERROR, goaway.errorCode);
875 MockSpdyPeer.InFrame goaway = peer.takeFrame();
876 assertEquals(TYPE_GOAWAY, goaway.type);
877 assertEquals(INTERNAL_ERROR, goaway.errorCode);
920 MockSpdyPeer.InFrame goaway = peer.takeFrame();
921 assertEquals(TYPE_GOAWAY, goaway.type);
/external/rust/crates/quiche/src/h3/
Dstream.rs630 let goaway = frame::Frame::GoAway { id: 0 }; in control_bad_late_settings() localVariable
640 goaway.to_bytes(&mut b).unwrap(); in control_bad_late_settings()
Dframe.rs588 fn goaway() { in goaway() function
/external/grpc-grpc/doc/core/
Dtransport_explainer.md170 - Disconnect transport or set up a goaway for later streams
/external/scapy/scapy/contrib/
Dhttp2.uts9 ~ http2 frame hpack build dissect data headers priority settings rststream pushpromise ping goaway
1222 ~ http2 frame dissect goaway
1240 ~ http2 frame build goaway
1246 ~ http2 frame dissect goaway
1264 ~ http2 frame build goaway