Home | History | Annotate | Download | only in spdy

Lines Matching refs:SpdyFrame

740   scoped_ptr<SpdyFrame> req(
744 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
745 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
767 scoped_ptr<SpdyFrame> req(
816 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
817 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
849 scoped_ptr<SpdyFrame> req(
851 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
852 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, false));
853 scoped_ptr<SpdyFrame> fbody(spdy_util_.ConstructSpdyBodyFrame(1, true));
855 scoped_ptr<SpdyFrame> req2(
857 scoped_ptr<SpdyFrame> resp2(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 3));
858 scoped_ptr<SpdyFrame> body2(spdy_util_.ConstructSpdyBodyFrame(3, false));
859 scoped_ptr<SpdyFrame> fbody2(spdy_util_.ConstructSpdyBodyFrame(3, true));
861 scoped_ptr<SpdyFrame> req3(
863 scoped_ptr<SpdyFrame> resp3(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 5));
864 scoped_ptr<SpdyFrame> body3(spdy_util_.ConstructSpdyBodyFrame(5, false));
865 scoped_ptr<SpdyFrame> fbody3(spdy_util_.ConstructSpdyBodyFrame(5, true));
945 scoped_ptr<SpdyFrame> req(
947 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
948 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, false));
949 scoped_ptr<SpdyFrame> fbody(spdy_util_.ConstructSpdyBodyFrame(1, true));
951 scoped_ptr<SpdyFrame> req2(
953 scoped_ptr<SpdyFrame> resp2(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 3));
954 scoped_ptr<SpdyFrame> body2(spdy_util_.ConstructSpdyBodyFrame(3, false));
955 scoped_ptr<SpdyFrame> fbody2(spdy_util_.ConstructSpdyBodyFrame(3, true));
1032 scoped_ptr<SpdyFrame> req(
1034 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
1035 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, false));
1036 scoped_ptr<SpdyFrame> fbody(spdy_util_.ConstructSpdyBodyFrame(1, true));
1038 scoped_ptr<SpdyFrame> req2(
1040 scoped_ptr<SpdyFrame> resp2(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 3));
1041 scoped_ptr<SpdyFrame> body2(spdy_util_.ConstructSpdyBodyFrame(3, false));
1042 scoped_ptr<SpdyFrame> fbody2(spdy_util_.ConstructSpdyBodyFrame(3, true));
1137 scoped_ptr<SpdyFrame> req(
1139 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
1140 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, false));
1141 scoped_ptr<SpdyFrame> fbody(spdy_util_.ConstructSpdyBodyFrame(1, true));
1143 scoped_ptr<SpdyFrame> req2(
1145 scoped_ptr<SpdyFrame> resp2(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 3));
1146 scoped_ptr<SpdyFrame> body2(spdy_util_.ConstructSpdyBodyFrame(3, false));
1147 scoped_ptr<SpdyFrame> fbody2(spdy_util_.ConstructSpdyBodyFrame(3, true));
1149 scoped_ptr<SpdyFrame> req3(
1151 scoped_ptr<SpdyFrame> resp3(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 5));
1152 scoped_ptr<SpdyFrame> body3(spdy_util_.ConstructSpdyBodyFrame(5, false));
1153 scoped_ptr<SpdyFrame> fbody3(spdy_util_.ConstructSpdyBodyFrame(5, true));
1159 scoped_ptr<SpdyFrame> settings_frame(
1161 scoped_ptr<SpdyFrame> settings_ack(spdy_util_.ConstructSpdySettingsAck());
1272 scoped_ptr<SpdyFrame> req(
1274 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
1275 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, false));
1276 scoped_ptr<SpdyFrame> fbody(spdy_util_.ConstructSpdyBodyFrame(1, true));
1278 scoped_ptr<SpdyFrame> req2(
1280 scoped_ptr<SpdyFrame> resp2(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 3));
1281 scoped_ptr<SpdyFrame> body2(spdy_util_.ConstructSpdyBodyFrame(3, false));
1282 scoped_ptr<SpdyFrame> fbody2(spdy_util_.ConstructSpdyBodyFrame(3, true));
1284 SpdyFrame> req4(
1286 scoped_ptr<SpdyFrame> resp4(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 5));
1287 scoped_ptr<SpdyFrame> fbody4(spdy_util_.ConstructSpdyBodyFrame(5, true));
1289 scoped_ptr<SpdyFrame> req3(
1291 scoped_ptr<SpdyFrame> resp3(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 7));
1292 scoped_ptr<SpdyFrame> body3(spdy_util_.ConstructSpdyBodyFrame(7, false));
1293 scoped_ptr<SpdyFrame> fbody3(spdy_util_.ConstructSpdyBodyFrame(7, true));
1299 scoped_ptr<SpdyFrame> settings_frame(
1301 scoped_ptr<SpdyFrame> settings_ack(spdy_util_.ConstructSpdySettingsAck());
1427 scoped_ptr<SpdyFrame> req(
1429 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
1430 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, false));
1431 scoped_ptr<SpdyFrame> fbody(spdy_util_.ConstructSpdyBodyFrame(1, true));
1433 scoped_ptr<SpdyFrame> req2(
1435 scoped_ptr<SpdyFrame> resp2(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 3));
1436 scoped_ptr<SpdyFrame> body2(spdy_util_.ConstructSpdyBodyFrame(3, false));
1437 scoped_ptr<SpdyFrame> fbody2(spdy_util_.ConstructSpdyBodyFrame(3, true));
1443 scoped_ptr<SpdyFrame> settings_frame(
1445 scoped_ptr<SpdyFrame> settings_ack(spdy_util_.ConstructSpdySettingsAck());
1566 scoped_ptr<SpdyFrame> req(
1568 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
1569 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, false));
1570 scoped_ptr<SpdyFrame> fin_body(spdy_util_.ConstructSpdyBodyFrame(1, true));
1572 scoped_ptr<SpdyFrame> req2(
1574 scoped_ptr<SpdyFrame> resp2(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 3));
1580 scoped_ptr<SpdyFrame> settings_frame(
1582 scoped_ptr<SpdyFrame> settings_ack(spdy_util_.ConstructSpdySettingsAck());
1668 scoped_ptr<SpdyFrame> req(
1674 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
1675 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
1702 scoped_ptr<SpdyFrame> req(
1708 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
1709 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
1729 scoped_ptr<SpdyFrame> req(
1732 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
1738 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
1758 scoped_ptr<SpdyFrame> req(
1761 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
1767 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
1809 scoped_ptr<SpdyFrame> req(
1812 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
1818 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
1839 scoped_ptr<SpdyFrame> req(spdy_util_.ConstructChunkedSpdyPost(NULL, 0));
1840 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
1846 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
1875 scoped_ptr<SpdyFrame> req(spdy_util_.ConstructChunkedSpdyPost(NULL, 0));
1876 scoped_ptr<SpdyFrame> chunk1(spdy_util_.ConstructSpdyBodyFrame(1, false));
1877 scoped_ptr<SpdyFrame> chunk2(spdy_util_.ConstructSpdyBodyFrame(1, false));
1878 scoped_ptr<SpdyFrame> chunk3(spdy_util_.ConstructSpdyBodyFrame(1, true));
1886 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
1943 scoped_ptr<SpdyFrame> req(
1950 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
1951 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
1987 scoped_ptr<SpdyFrame> req(
1994 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
1995 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
2015 scoped_ptr<SpdyFrame> req(spdy_util_.ConstructChunkedSpdyPost(NULL, 0));
2016 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
2021 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
2063 scoped_ptr<SpdyFrame> req(
2065 scoped_ptr<SpdyFrame> rst(
2073 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
2104 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
2121 scoped_ptr<SpdyFrame> req(
2123 scoped_ptr<SpdyFrame> rst(
2130 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
2131 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
2168 scoped_ptr<SpdyFrame> req(
2170 scoped_ptr<SpdyFrame> rst(
2180 scoped_ptr<SpdyFrame> resp(
2182 scoped_ptr<SpdyFrame> body(
2204 scoped_ptr<SpdyFrame> req(
2206 scoped_ptr<SpdyFrame> rst(
2213 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
2217 scoped_ptr<SpdyFrame> push(
2220 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
2244 scoped_ptr<SpdyFrame> req(
2250 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
2283 scoped_ptr<SpdyFrame> req(
2285 scoped_ptr<SpdyFrame> rst(
2292 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
2328 scoped_ptr<SpdyFrame> req(
2342 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
2392 scoped_ptr<SpdyFrame> req(
2396 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
2397 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
2449 scoped_ptr<SpdyFrame> req(
2451 scoped_ptr<SpdyFrame> req2(
2453 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReplyRedirect(1));
2463 scoped_ptr<SpdyFrame> resp2(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
2464 scoped_ptr<SpdyFrame> body2(spdy_util_.ConstructSpdyBodyFrame(1, true));
2524 scoped_ptr<SpdyFrame> req(
2526 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
2527 scoped_ptr<SpdyFrame> rep(
2535 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
2536 scoped_ptr<SpdyFrame> rst(
2555 scoped_ptr<SpdyFrame> req2(
2557 scoped_ptr<SpdyFrame> resp2(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
2558 scoped_ptr<SpdyFrame> body2(spdy_util_.ConstructSpdyBodyFrame(1, true));
2626 SpdyFrame> stream1_syn(
2628 scoped_ptr<SpdyFrame> stream1_body(
2634 scoped_ptr<SpdyFrame>
2636 scoped_ptr<SpdyFrame>
2643 scoped_ptr<SpdyFrame> stream2_body(
2674 scoped_ptr<SpdyFrame> stream1_syn(
2676 scoped_ptr<SpdyFrame> stream1_body(
2682 scoped_ptr<SpdyFrame>
2684 scoped_ptr<SpdyFrame>
2691 scoped_ptr<SpdyFrame> stream2_body(
2722 scoped_ptr<SpdyFrame> stream1_syn(
2726 scoped_ptr<SpdyFrame>
2728 scoped_ptr<SpdyFrame>
2735 scoped_ptr<SpdyFrame> stream2_body(
2738 scoped_ptr<SpdyFrame>
2768 scoped_ptr<SpdyFrame> stream1_syn(
2770 scoped_ptr<SpdyFrame> stream1_body(
2776 scoped_ptr<SpdyFrame>
2778 scoped_ptr<SpdyFrame>
2784 scoped_ptr<SpdyFrame> stream2_rst(
2831 scoped_ptr<SpdyFrame> stream1_syn(
2833 scoped_ptr<SpdyFrame> stream1_body(
2835 scoped_ptr<SpdyFrame> stream3_rst(
2842 scoped_ptr<SpdyFrame>
2844 scoped_ptr<SpdyFrame>
2851 scoped_ptr<SpdyFrame> stream2_body(
2854 scoped_ptr<SpdyFrame>
2889 scoped_ptr<SpdyFrame> stream1_syn(
2891 scoped_ptr<SpdyFrame> stream1_body(
2897 scoped_ptr<SpdyFrame>
2899 scoped_ptr<SpdyFrame>
2906 scoped_ptr<SpdyFrame> stream2_body_base(
2910 scoped_ptr<SpdyFrame> stream2_body1(
2911 new SpdyFrame(stream2_body_base->data(), kChunkSize, false));
2912 scoped_ptr<SpdyFrame> stream2_body2(
2913 new SpdyFrame(stream2_body_base->data() + kChunkSize, kChunkSize, false));
2914 scoped_ptr<SpdyFrame> stream2_body3(
2915 new SpdyFrame(stream2_body_base->data() + 2 * kChunkSize,
2917 scoped_ptr<SpdyFrame> stream2_body4(
2918 new SpdyFrame(stream2_body_base->data() + 3 * kChunkSize,
2948 scoped_ptr<SpdyFrame> stream1_syn(
2950 scoped_ptr<SpdyFrame> stream1_body(
2956 scoped_ptr<SpdyFrame>
2958 scoped_ptr<SpdyFrame>
2965 scoped_ptr<SpdyFrame> stream2_body_base(
2969 scoped_ptr<SpdyFrame> stream2_body1(
2970 new SpdyFrame(stream2_body_base->data(), kChunkSize, false));
2971 scoped_ptr<SpdyFrame> stream2_body2(
2972 new SpdyFrame(stream2_body_base->data() + kChunkSize, kChunkSize, false));
2973 scoped_ptr<SpdyFrame> stream2_body3(
2974 new SpdyFrame(stream2_body_base->data() + 2 * kChunkSize,
2976 scoped_ptr<SpdyFrame> stream2_body4(
2977 new SpdyFrame(stream2_body_base->data() + 3 * kChunkSize,
3013 scoped_ptr<SpdyFrame> stream1_syn(
3015 scoped_ptr<SpdyFrame> stream1_body(
3017 scoped_ptr<SpdyFrame> stream2_rst(
3024 scoped_ptr<SpdyFrame>
3026 scoped_ptr<SpdyFrame>
3074 scoped_ptr<SpdyFrame> stream1_syn(
3076 scoped_ptr<SpdyFrame> stream1_body(
3078 scoped_ptr<SpdyFrame> stream2_rst(
3085 scoped_ptr<SpdyFrame>
3087 scoped_ptr<SpdyFrame>
3135 scoped_ptr<SpdyFrame> stream1_syn(
3137 scoped_ptr<SpdyFrame> stream1_body(
3139 scoped_ptr<SpdyFrame> stream2_rst(
3146 scoped_ptr<SpdyFrame>
3152 scoped_ptr<SpdyFrame> stream2_syn(spdy_util_.ConstructInitialSpdyPushFrame(
3242 scoped_ptr<SpdyFrame> req(
3246 scoped_ptr<SpdyFrame> resp(
3250 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
3356 scoped_ptr<SpdyFrame> frame_req(
3370 scoped_ptr<SpdyFrame> frame_reply(
3373 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
3459 scoped_ptr<SpdyFrame> req(
3461 scoped_ptr<SpdyFrame> rst(
3472 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyReply(1, reply_headers));
3496 scoped_ptr<SpdyFrame> syn_reply_wrong_length(
3509 SpdyFrame* syn_reply;
3515 scoped_ptr<SpdyFrame> req(
3517 scoped_ptr<SpdyFrame> rst(
3524 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
3547 scoped_ptr<SpdyFrame> syn_reply_wrong_length(
3557 scoped_ptr<SpdyFrame> req(
3559 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(
3563 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
3583 scoped_ptr<SpdyFrame> req(
3585 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(
3590 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
3603 scoped_ptr<SpdyFrame> req(
3605 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(
3612 scoped_ptr<SpdyFrame> bad_window_update(
3629 scoped_ptr<SpdyFrame> req(
3664 scoped_ptr<SpdyFrame> req(
3669 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
3670 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
3695 scoped_ptr<SpdyFrame> compressed(
3697 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(
3701 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
3702 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
3725 scoped_ptr<SpdyFrame> req(
3729 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
3730 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
3815 scoped_ptr<SpdyFrame> req(
3820 scoped_ptr<SpdyFrame> data_frame_1(
3822 scoped_ptr<SpdyFrame> data_frame_2(
3824 const SpdyFrame* data_frames[2] = {
3832 scoped_ptr<SpdyFrame> last_frame(
3835 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
3909 scoped_ptr<SpdyFrame> req(
3914 scoped_ptr<SpdyFrame> data_frame(
3916 scoped_ptr<SpdyFrame> data_frame_fin(
3918 const SpdyFrame* data_frames[4] = {
3929 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
4004 scoped_ptr<SpdyFrame> req(
4009 scoped_ptr<SpdyFrame> reply(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
4010 scoped_ptr<SpdyFrame> data_frame(
4012 scoped_ptr<SpdyFrame> data_frame_fin(
4014 const SpdyFrame* frames[5] = {reply.get(), data_frame.get(), data_frame.get(),
4089 scoped_ptr<SpdyFrame> req(
4095 scoped_ptr<SpdyFrame> data_frame(
4097 const SpdyFrame* data_frames[4] = {
4107 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
4180 scoped_ptr<SpdyFrame> req(
4182 scoped_ptr<SpdyFrame> rst(
4187 scoped_ptr<SpdyFrame> data_frame(
4190 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
4278 scoped_ptr<SpdyFrame> req(
4286 scoped_ptr<SpdyFrame> reply(
4295 scoped_ptr<SpdyFrame> settings_frame;
4311 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
4415 scoped_ptr<SpdyFrame> initial_settings_frame(
4419 scoped_ptr<SpdyFrame> initial_window_update(
4428 scoped_ptr<SpdyFrame> settings_frame(
4432 scoped_ptr<SpdyFrame> req(
4453 scoped_ptr<SpdyFrame> reply(
4456 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
4497 scoped_ptr<SpdyFrame> req(
4501 scoped_ptr<SpdyFrame> go_away(spdy_util_.ConstructSpdyGoAway());
4517 scoped_ptr<SpdyFrame> req(
4521 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
4573 scoped_ptr<SpdyFrame> req(
4575 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
4576 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
4678 scoped_ptr<SpdyFrame> req(
4684 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
4685 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
4734 scoped_ptr<SpdyFrame> req2(spdy_util_.ConstructSpdyGet(
4736 scoped_ptr<SpdyFrame> resp2(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
4737 scoped_ptr<SpdyFrame> body2(spdy_util_.ConstructSpdyBodyFrame(1, true));
4840 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
4841 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
4919 scoped_ptr<SpdyFrame> req(
4923 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
4924 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
4966 scoped_ptr<SpdyFrame> req_get(
4971 scoped_ptr<SpdyFrame> req_get_authorization(
4987 scoped_ptr<SpdyFrame> resp_authentication(
4993 scoped_ptr<SpdyFrame> body_authentication(
4995 scoped_ptr<SpdyFrame> resp_data(
4997 scoped_ptr<SpdyFrame> body_data(spdy_util_.ConstructSpdyBodyFrame(3, true));
5053 scoped_ptr<SpdyFrame> stream1_syn(
5055 scoped_ptr<SpdyFrame> stream1_body(
5064 scoped_ptr<SpdyFrame> stream2_syn(
5071 scoped_ptr<SpdyFrame> stream2_headers(
5080 scoped_ptr<SpdyFrame>
5083 scoped_ptr<SpdyFrame> stream2_body(
5116 scoped_ptr<SpdyFrame> stream1_syn(
5118 scoped_ptr<SpdyFrame> stream1_body(
5127 scoped_ptr<SpdyFrame> stream2_syn(
5134 scoped_ptr<SpdyFrame> stream2_headers(
5143 scoped_ptr<SpdyFrame>
5146 scoped_ptr<SpdyFrame> stream2_body(
5236 scoped_ptr<SpdyFrame> stream1_syn(
5238 scoped_ptr<SpdyFrame> stream1_body(
5251 scoped_ptr<SpdyFrame> stream2_syn(
5256 scoped_ptr<SpdyFrame> stream2_headers1(
5271 scoped_ptr<SpdyFrame> stream2_headers2(
5280 scoped_ptr<SpdyFrame>
5283 scoped_ptr<SpdyFrame> stream2_body(
5375 scoped_ptr<SpdyFrame> stream1_syn(
5377 scoped_ptr<SpdyFrame> stream1_body(
5386 scoped_ptr<SpdyFrame> stream2_syn(
5391 scoped_ptr<SpdyFrame> stream2_headers1(
5400 scoped_ptr<SpdyFrame>
5403 scoped_ptr<SpdyFrame> stream2_body(
5481 scoped_ptr<SpdyFrame> req(
5483 scoped_ptr<SpdyFrame> rst(
5489 scoped_ptr<SpdyFrame> stream1_reply(
5494 scoped_ptr<SpdyFrame> stream1_headers(
5502 scoped_ptr<SpdyFrame> stream1_body(
5521 scoped_ptr<SpdyFrame> req(
5523 scoped_ptr<SpdyFrame> rst(
5530 scoped_ptr<SpdyFrame> stream1_reply(
5535 scoped_ptr<SpdyFrame> stream1_headers(
5543 scoped_ptr<SpdyFrame> stream1_body(
5545 scoped_ptr<SpdyFrame> stream1_body2(
5593 scoped_ptr<SpdyFrame> stream1_syn(
5595 scoped_ptr<SpdyFrame> stream1_body(
5597 scoped_ptr<SpdyFrame> push_rst(
5604 scoped_ptr<SpdyFrame>
5606 scoped_ptr<SpdyFrame>
5613 scoped_ptr<SpdyFrame> stream2_body(
5616 scoped_ptr<SpdyFrame> rst(
5678 scoped_ptr<SpdyFrame> req(
5680 scoped_ptr<SpdyFrame> req2(
5687 scoped_ptr<SpdyFrame> refused(
5689 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 3));
5690 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(3, true));
5738 scoped_ptr<SpdyFrame> req1(
5740 scoped_ptr<SpdyFrame> req2(
5742 scoped_ptr<SpdyFrame> req3(
5750 scoped_ptr<SpdyFrame> resp1(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
5751 scoped_ptr<SpdyFrame> body1(spdy_util_.ConstructSpdyBodyFrame(1, true));
5752 scoped_ptr<SpdyFrame> resp2(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 3));
5753 scoped_ptr<SpdyFrame> body2(spdy_util_.ConstructSpdyBodyFrame(3, true));
5754 scoped_ptr<SpdyFrame> resp3(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 5));
5755 scoped_ptr<SpdyFrame> body3(spdy_util_.ConstructSpdyBodyFrame(5, true));
5848 scoped_ptr<SpdyFrame> req(spdy_util_.ConstructSpdyPost(
5850 scoped_ptr<SpdyFrame> body(
5853 scoped_ptr<SpdyFrame> body_end(
5865 scoped_ptr<SpdyFrame> window_update(
5867 scoped_ptr<SpdyFrame> window_update_dummy(
5869 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
5939 scoped_ptr<SpdyFrame> req(
5941 scoped_ptr<SpdyFrame> session_window_update(
5943 scoped_ptr<SpdyFrame> window_update(
5953 scoped_ptr<SpdyFrame> resp(
5957 ScopedVector<SpdyFrame> body_frames;
6024 scoped_ptr<SpdyFrame> req(spdy_util_.ConstructSpdyPost(
6026 scoped_ptr<SpdyFrame> body(
6029 scoped_ptr<SpdyFrame> rst(
6041 scoped_ptr<SpdyFrame> window_update(
6113 scoped_ptr<SpdyFrame> req(spdy_util_.ConstructSpdyPost(
6118 scoped_ptr<SpdyFrame> body1(
6123 scoped_ptr<SpdyFrame> body2(
6128 scoped_ptr<SpdyFrame> body3(spdy_util_.ConstructSpdyBodyFrame(1, true));
6141 scoped_ptr<SpdyFrame> session_window_update(
6143 scoped_ptr<SpdyFrame> window_update(
6145 scoped_ptr<SpdyFrame> reply(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
6226 scoped_ptr<SpdyFrame> req(spdy_util_.ConstructSpdyPost(
6231 scoped_ptr<SpdyFrame> body1(
6236 scoped_ptr<SpdyFrame> body2(
6241 scoped_ptr<SpdyFrame> body3(spdy_util_.ConstructSpdyBodyFrame(1, true));
6258 scoped_ptr<SpdyFrame> settings_frame_large(
6263 scoped_ptr<SpdyFrame> session_window_update(
6268 scoped_ptr<SpdyFrame> settings_ack(spdy_util_.ConstructSpdySettingsAck());
6273 scoped_ptr<SpdyFrame> reply(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
6347 scoped_ptr<SpdyFrame> req(spdy_util_.ConstructSpdyPost(
6352 scoped_ptr<SpdyFrame> body1(
6357 scoped_ptr<SpdyFrame> body2(
6362 scoped_ptr<SpdyFrame> body3(spdy_util_.ConstructSpdyBodyFrame(1, true));
6379 scoped_ptr<SpdyFrame> settings_frame_small(
6383 scoped_ptr<SpdyFrame> session_window_update_init_size(
6385 scoped_ptr<SpdyFrame> window_update_init_size(
6395 scoped_ptr<SpdyFrame> settings_ack(spdy_util_.ConstructSpdySettingsAck());
6400 scoped_ptr<SpdyFrame> reply(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
6462 scoped_ptr<SpdyFrame> push(
6466 scoped_ptr<SpdyFrame> req(
6468 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(
6487 scoped_ptr<SpdyFrame> push_a(spdy_util_.ConstructSpdyPush(
6492 scoped_ptr<SpdyFrame> push_b(
6498 scoped_ptr<SpdyFrame> req(
6500 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(
6521 scoped_ptr<SpdyFrame> req(spdy_util_.ConstructSpdyGet(
6525 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
6526 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
6583 scoped_ptr<SpdyFrame> goaway(