Searched refs:RST_STREAM (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_write_queue_unittest.cc74 MEDIUM, RST_STREAM, producer.Pass(), base::WeakPtr<SpdyStream>());
123 HIGHEST, RST_STREAM, producer_highest.Pass(),
130 EXPECT_EQ(RST_STREAM, frame_type);
164 write_queue.Enqueue(DEFAULT_PRIORITY, RST_STREAM, producer3.Pass(),
181 EXPECT_EQ(RST_STREAM, frame_type);
H A Dspdy_protocol.cc80 return RST_STREAM;
103 return RST_STREAM;
138 case RST_STREAM:
163 case RST_STREAM:
366 // This works because GOAWAY and RST_STREAM share a namespace.
443 LOG(DFATAL) << "Invalid RST_STREAM status " << rst_stream_status_field;
477 LOG(DFATAL) << "Unhandled RST_STREAM status "
503 LOG(DFATAL) << "Unhandled RST_STREAM status "
H A Dspdy_framer.cc234 // Size, in bytes, of a RST_STREAM frame.
487 case RST_STREAM:
488 return "RST_STREAM";
899 case RST_STREAM:
901 // For SPDY version 4 and up, the RST_STREAM frame may include optional
1065 if (current_frame_type_ == RST_STREAM) {
1946 // of the RST_STREAM frame.
1951 // Buffer the new RST_STREAM header bytes we got.
1954 // Do we have enough to parse the constant size RST_STREAM header?
1979 // Finished parsing the RST_STREAM heade
[all...]
H A Dspdy_session.cc1269 // TODO(mbelshe): We should send a RST_STREAM control frame here
1309 // Send the RST_STREAM frame first as CloseActiveStreamIterator()
1334 EnqueueSessionWrite(priority, RST_STREAM, rst_frame.Pass());
1864 DCHECK(frame_type == RST_STREAM || frame_type == SETTINGS ||
H A Dspdy_protocol.h289 RST_STREAM, enumerator in enum:net::SpdyFrameType
378 // Status codes for RST_STREAM frames.
473 // Returns true if a given on-the-wire enumeration of a RST_STREAM status code
478 // Parses a RST_STREAM status code from an on-the-wire enumeration of a given
480 // Behavior is undefined for invalid RST_STREAM status code fields; consumers
481 // should first use IsValidRstStreamStatus() to verify validity of RST_STREAM
486 // Serializes a given RST_STREAM status code to the on-the-wire enumeration
488 // Returns -1 on failure (I.E. Invalid RST_STREAM status code for the given
H A Dspdy_test_util_common.cc785 case RST_STREAM:
H A Dspdy_framer_test.cc544 int fin_frame_count_; // The count of RST_STREAM type frames received.
1100 0x80, spdy_version_ch_, 0x00, 0x03, // RST_STREAM on Stream #1
1108 0x80, spdy_version_ch_, 0x00, 0x03, // RST_STREAM on Stream #3
1159 0x80, spdy_version_ch_, 0x00, 0x03, // RST_STREAM on Stream #1
1167 0x80, spdy_version_ch_, 0x00, 0x03, // RST_STREAM on Stream #3
1208 0x00, 0x00, 0x04, 0x03, // RST_STREAM on Stream #1
1217 0x00, 0x00, 0x0f, 0x03, // RST_STREAM on Stream #3
2306 const char kDescription[] = "RST_STREAM frame";
2329 const char kDescription[] = "RST_STREAM frame with max stream ID";
2354 const char kDescription[] = "RST_STREAM fram
[all...]

Completed in 174 milliseconds