Home
last modified time | relevance | path

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

/external/chromium_org/net/spdy/
Dspdy_protocol.cc333 SerializeRstStreamStatus(version, RST_STREAM_FRAME_TOO_LARGE)) { in IsValidRstStreamStatus()
397 return RST_STREAM_FRAME_TOO_LARGE; in ParseRstStreamStatus()
456 case RST_STREAM_FRAME_TOO_LARGE: in SerializeRstStreamStatus()
Dspdy_protocol.h385 RST_STREAM_FRAME_TOO_LARGE = 11, enumerator
Dspdy_framer.cc450 case RST_STREAM_FRAME_TOO_LARGE: in StatusCodeToString()