HomeSort by relevance Sort by last modified time
    Searched refs:GOAWAY (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/spdy/
spdy_protocol_test.cc 14 using spdy::GOAWAY;
63 EXPECT_EQ(7, GOAWAY);
132 EXPECT_EQ(GOAWAY, goaway_frame->type());
spdy_framer.cc 206 case GOAWAY:
207 return "GOAWAY";
684 frame.WriteUInt16(GOAWAY);
    [all...]
spdy_protocol.h 96 // Control Frame: GOAWAY
159 GOAWAY,
292 // A GOAWAY Control Frame structure.
spdy_session.cc     [all...]

Completed in 42 milliseconds