Lines Matching full:stale
382 ({}, {"cache-control": "max-age=fred, min-fresh=barney"}, "STALE"),
387 "STALE",
389 ({"cache-control": "must-revalidate"}, {}, "STALE"),
390 ({}, {"cache-control": "must-revalidate"}, "STALE"),
391 ({}, {"date": "{now}", "cache-control": "max-age=0"}, "STALE"),
393 ({}, {"date": "{now}", "expires": "0"}, "STALE"),
394 ({}, {"data": "{now+3}"}, "STALE"),
398 "STALE",
403 "STALE",
438 assert httplib2._entry_disposition(response_headers, {}) == "STALE"
449 assert httplib2._entry_disposition(response_headers, {}) == "STALE"