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

  /external/chromium_org/net/spdy/
spdy_protocol.cc 86 return GOAWAY;
111 return GOAWAY;
144 case GOAWAY:
171 case GOAWAY:
366 // This works because GOAWAY and RST_STREAM share a namespace.
596 LOG(DFATAL) << "Unhandled GOAWAY status " << goaway_status_field;
671 LOG(DFATAL) << "Serializing unhandled GOAWAY status " << status;
704 LOG(DFATAL) << "Serializing unhandled GOAWAY status " << status;
spdy_framer.cc 271 // Size, in bytes, of this GOAWAY frame. Calculated as:
278 // 3. SPDY 3+ GOAWAY frames also contain a status (4 bytes)
493 case GOAWAY:
494 return "GOAWAY";
947 case GOAWAY:
951 // be appended to the GOAWAY frame, thus there is only a minimal length
    [all...]
spdy_session.cc     [all...]
spdy_protocol.h 292 GOAWAY,
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).
    [all...]
spdy_framer_test.cc     [all...]

Completed in 527 milliseconds