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

/external/chromium_org/net/spdy/
H A Dspdy_protocol.cc86 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;
H A Dspdy_framer.cc271 // 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
1060 if (current_frame_type_ == GOAWAY) {
1879 // Check if we had already read enough bytes to parse the GOAWAY header.
1884 // Buffer the new GOAWAY header bytes we got.
1887 // Do we have enough to parse the constant size GOAWAY heade
[all...]
H A Dspdy_session.cc1689 // and why. Don't GOAWAY on a graceful or idle close, as that may
1690 // unnecessarily wake the radio. We could technically GOAWAY on network errors
1698 // Enqueue a GOAWAY to inform the peer of why we're closing the connection.
1703 GOAWAY,
1866 frame_type == GOAWAY);
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).
H A Dspdy_framer_test.cc2576 const char kDescription[] = "GOAWAY frame";
2607 const char kDescription[] = "GOAWAY frame with max stream ID, status";
3407 // SPDY version 4 and up GOAWAY frames are only bound to a minimal length,
4438 EXPECT_STREQ("GOAWAY",
4439 SpdyFramer::FrameTypeToString(GOAWAY));
5182 // Test handling of GOAWAY frames with out-of-bounds status code.
5219 // Tests handling of a GOAWAY frame with out-of-bounds stream ID.

Completed in 246 milliseconds