Skip to content

Commit 462a2a8

Browse files
committed
Tests: proxy_cache_use_stale.t adjusted.
Extended stale-while-revalidate in a cached response to ensure it's not yet ceased when revalidating in the background.
1 parent a2ab399 commit 462a2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy_cache_use_stale.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ get('/tt.html', 'max-age=1, stale-if-error=2');
150150
get('/t3.html', 'max-age=1, stale-while-revalidate=2');
151151
get('/t4.html', 'max-age=1, stale-while-revalidate=2');
152152
get('/t5.html', 'max-age=1, stale-while-revalidate=2');
153-
get('/t6.html', 'max-age=1, stale-while-revalidate=2');
153+
get('/t6.html', 'max-age=1, stale-while-revalidate=4');
154154
get('/t7.html', 'max-age=1, stale-while-revalidate=10');
155155
http_get('/ssi.html');
156156
get('/updating/t.html', 'max-age=1');

0 commit comments

Comments
 (0)