Home | History | Annotate | Download | only in http

Lines Matching refs:response2

2826   const HttpResponseInfo* response2 = trans2->GetResponseInfo();
2827 ASSERT_TRUE(response2 != NULL);
2828 ASSERT_TRUE(response2->headers.get() != NULL);
2829 EXPECT_EQ(2, response2->headers->GetContentLength());
2925 const HttpResponseInfo* response2 = trans2->GetResponseInfo();
2926 ASSERT_TRUE(response2 != NULL);
2927 ASSERT_TRUE(response2->headers.get() != NULL);
2928 EXPECT_EQ(2, response2->headers->GetContentLength());
12857 const HttpResponseInfo* response2 = trans2->GetResponseInfo();
12858 ASSERT_TRUE(response2 != NULL);
12860 EXPECT_TRUE(response2->headers.get() != NULL);
12861 EXPECT_EQ("HTTP/1.1 400 Not OK", response2->headers->GetStatusLine());