Home
last modified time | relevance | path

Searched refs:SPDY_GOAWAY_FRAME_CORRUPT (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/spdy/
Dspdy_framer.h360 SPDY_GOAWAY_FRAME_CORRUPT, // GOAWAY frame could not be parsed. enumerator
Dspdy_session.cc321 case SpdyFramer::SPDY_GOAWAY_FRAME_CORRUPT: in MapFramerErrorToProtocolError()
353 case SpdyFramer::SPDY_GOAWAY_FRAME_CORRUPT: in MapFramerErrorToNetError()
Dspdy_framer.cc1926 set_error(SPDY_GOAWAY_FRAME_CORRUPT); in ProcessGoAwayFramePayload()
Dspdy_session_unittest.cc5000 MapFramerErrorToProtocolError(SpdyFramer::SPDY_GOAWAY_FRAME_CORRUPT)); in TEST()