blob: b7b270d9910e0d99ea35b94e62d655c76c411a0d [file] [log] [blame]
PASS HTTP cache doesn't use aged but fresh response when request contains Cache-Control: max-age=0.
FAIL HTTP cache doesn't use aged but fresh response when request contains Cache-Control: max-age=1. assert_equals: Response used expected 2 but got 1
FAIL HTTP cache doesn't use fresh response with Age header when request contains Cache-Control: max-age that is greater than remaining freshness. assert_equals: Response used expected 2 but got 1
PASS HTTP cache does use aged stale response when request contains Cache-Control: max-stale that permits its use.
PASS HTTP cache does reuse stale response with Age header when request contains Cache-Control: max-stale that permits its use.
FAIL HTTP cache doesn't reuse fresh response when request contains Cache-Control: min-fresh that wants it fresher. assert_equals: Response used expected 2 but got 1
FAIL HTTP cache doesn't reuse fresh response with Age header when request contains Cache-Control: min-fresh that wants it fresher. assert_equals: Response used expected 2 but got 1
PASS HTTP cache doesn't reuse fresh response when request contains Cache-Control: no-cache.
PASS HTTP cache validates fresh response with Last-Modified when request contains Cache-Control: no-cache.
PASS HTTP cache validates fresh response with ETag when request contains Cache-Control: no-cache.
FAIL HTTP cache doesn't reuse fresh response when request contains Cache-Control: no-store. assert_equals: Response used expected 2 but got 1
FAIL HTTP cache generates 504 status code when nothing is in cache and request contains Cache-Control: only-if-cached. assert_equals: Response status expected 504 but got 200