Home | History | Annotate | Download | only in spdy

Lines Matching refs:GOAWAY

2576     const char kDescription[] = "GOAWAY frame";
2607 const char kDescription[] = "GOAWAY frame with max stream ID, status";
3396 // Create a GoAway frame that has a few extra bytes at the end.
3407 // SPDY version 4 and up GOAWAY frames are only bound to a minimal length,
4438 EXPECT_STREQ("GOAWAY",
4439 SpdyFramer::FrameTypeToString(GOAWAY));
5182 // Test handling of GOAWAY frames with out-of-bounds status code.
5219 // Tests handling of a GOAWAY frame with out-of-bounds stream ID.