@@ -20,35 +20,35 @@ my %tests = (
2020 cache_control => undef ,
2121 surrogate_key =>
2222 ' author=DOY content_type=text/html content_type=text' ,
23- surrogate_control => ' max-age=31556952, stale-if-error=2592000'
23+ surrogate_control => ' max-age=31556952, stale-while-revalidate=86400, stale- if-error=2592000'
2424 },
2525 ' /source/DOY/Moose-0.01/Changes' => {
2626 code => 200,
2727 cache_control => undef ,
2828 surrogate_key =>
2929 ' author=DOY content_type=text/plain content_type=text' ,
30- surrogate_control => ' max-age=31556952, stale-if-error=2592000' ,
30+ surrogate_control => ' max-age=31556952, stale-while-revalidate=86400, stale- if-error=2592000' ,
3131 },
3232 ' /source/DOY/Moose-0.01/Changes?callback=foo' => {
3333 code => 200,
3434 cache_control => undef ,
3535 surrogate_key =>
3636 ' author=DOY content_type=text/javascript content_type=text' ,
37- surrogate_control => ' max-age=31556952, stale-if-error=2592000' ,
37+ surrogate_control => ' max-age=31556952, stale-while-revalidate=86400, stale- if-error=2592000' ,
3838 },
3939 ' /source/DOY/Moose-0.01/MANIFEST' => {
4040 code => 200,
4141 cache_control => undef ,
4242 surrogate_key =>
4343 ' author=DOY content_type=text/plain content_type=text' ,
44- surrogate_control => ' max-age=31556952, stale-if-error=2592000' ,
44+ surrogate_control => ' max-age=31556952, stale-while-revalidate=86400, stale- if-error=2592000' ,
4545 },
4646 ' /source/DOY/Moose-0.01/MANIFEST?callback=foo' => {
4747 code => 200,
4848 cache_control => undef ,
4949 surrogate_key =>
5050 ' author=DOY content_type=text/javascript content_type=text' ,
51- surrogate_control => ' max-age=31556952, stale-if-error=2592000' ,
51+ surrogate_control => ' max-age=31556952, stale-while-revalidate=86400, stale- if-error=2592000' ,
5252 },
5353 ' /source/Moose' => {
5454 code => 200,
0 commit comments