Home
last modified time | relevance | path

Searched refs:SPDY_RST_STREAM_FRAME_CORRUPT (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/spdy/
Dspdy_framer.h361 SPDY_RST_STREAM_FRAME_CORRUPT, // RST_STREAM frame could not be parsed. enumerator
Dspdy_session.cc323 case SpdyFramer::SPDY_RST_STREAM_FRAME_CORRUPT: in MapFramerErrorToProtocolError()
355 case SpdyFramer::SPDY_RST_STREAM_FRAME_CORRUPT: in MapFramerErrorToNetError()
Dspdy_framer.cc1991 set_error(SPDY_RST_STREAM_FRAME_CORRUPT); in ProcessRstStreamFramePayload()