Searched defs:GOAWAY (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_protocol.h292 GOAWAY, enumerator in enum:net::SpdyFrameType
403 // Status codes for GOAWAY frames.
493 // Returns true if a given on-the-wire enumeration of a GOAWAY status code is
498 // Parses a GOAWAY status from an on-the-wire enumeration of a given protocol
500 // Behavior is undefined for invalid GOAWAY status fields; consumers should
501 // first use IsValidGoAwayStatus() to verify validity of GOAWAY status fields.
505 // Serializes a given GOAWAY status to the on-the-wire enumeration value for
507 // Returns -1 on failure (I.E. Invalid GOAWAY status for the given version).

Completed in 227 milliseconds