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

  /external/chromium/net/spdy/
spdy_protocol_test.cc 18 using spdy::RST_STREAM;
59 EXPECT_EQ(3, RST_STREAM);
121 EXPECT_EQ(RST_STREAM, rst_frame->type());
spdy_framer.cc 198 case RST_STREAM:
199 return "RST_STREAM";
631 frame.WriteUInt16(RST_STREAM);
    [all...]
spdy_protocol.h 60 // Control Frame: RST_STREAM
155 RST_STREAM,
205 // Status codes, as used in control frames (primarily RST_STREAM).
271 // A RST_STREAM Control Frame structure.
582 // A RST_STREAM frame.
spdy_test_util.cc 173 case spdy::RST_STREAM:
219 // Construct a SPDY RST_STREAM frame.
    [all...]
spdy_framer_test.cc 130 case RST_STREAM:
185 int fin_frame_count_; // The count of RST_STREAM type frames received.
495 0x80, 0x02, 0x00, 0x03, // RST_STREAM on Stream #1
503 0x80, 0x02, 0x00, 0x03, // RST_STREAM on Stream #3
    [all...]
spdy_session.cc 588 // TODO(mbelshe): We should send a RST_STREAM control frame here
    [all...]
  /external/chromium/net/tools/flip_server/
spdy_interface.cc 20 using spdy::RST_STREAM;
266 case RST_STREAM:
268 const SpdyRstStreamControlFrame* rst_stream = local
271 << rst_stream->stream_id() << ")";
272 client_output_ordering_.RemoveStreamId(rst_stream ->stream_id());

Completed in 70 milliseconds