Home | History | Annotate | Download | only in spdy

Lines Matching defs:out2

4852   TransactionHelperResult out2 = helper2.output();
4853 EXPECT_EQ(OK, out2.rv);
4854 EXPECT_EQ("HTTP/1.1 200 OK", out2.status_line);
4855 EXPECT_EQ("hello from http", out2.response_data);