Searched refs:goaway (Results 1 – 6 of 6) sorted by relevance
18 * 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 subsection47 This test verifies that the client correctly responds to a goaway sent by the48 server. The client should handle the goaway by switching to a new stream without
851 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);
630 let goaway = frame::Frame::GoAway { id: 0 }; in control_bad_late_settings() localVariable640 goaway.to_bytes(&mut b).unwrap(); in control_bad_late_settings()
588 fn goaway() { in goaway() function
170 - Disconnect transport or set up a goaway for later streams
9 ~ http2 frame hpack build dissect data headers priority settings rststream pushpromise ping goaway …1222 ~ http2 frame dissect goaway1240 ~ http2 frame build goaway1246 ~ http2 frame dissect goaway1264 ~ http2 frame build goaway