Home | History | Annotate | Download | only in http

Lines Matching full:304

836   // Returns only 416 or 304 when set.
839 // Returns 206 when revalidating a range (instead of 304).
879 response_status->assign("HTTP/1.1 304 Not Modified");
938 response_status->assign("HTTP/1.1 304 Not Modified");
2185 response_status->assign("HTTP/1.1 304 Not Modified");
2220 response_status->assign("HTTP/1.1 304 Not Modified");
2432 // to a request, the 304 (not modified result) result updates the cached
2433 // headers, and the 304 response is returned rather than the cached response.
2446 "HTTP/1.1 304 Not Modified",
2470 // created (304 response).
2477 "HTTP/1.1 304 Not Modified",
2558 // then we do NOT use the response (304) to update the cache.
2571 "HTTP/1.1 304 Not Modified",
2589 // response (304) to update the cache.
2601 "HTTP/1.1 304 Not Modified",
3115 // Tests that we deal with 304s for range requests.
3272 EXPECT_EQ(0U, headers.find("HTTP/1.1 304 Not Modified\n"));
3314 // part of the object and the server replies with 304 (Not Modified).
4583 // instead of a 304, properly truncates the existing response data.
4717 // this test is similar to the above test, except that the response is a 304
4734 transaction.status = "HTTP/1.1 304 Not Modified";
4806 // get updated on 304. Here we specifically check that the
4841 // a 304 back.
4846 "HTTP/1.1 304 Not Modified",
4984 trans1.status = "HTTP/1.1 304 Not Modified";