Skip to content

Commit d9fcfa6

Browse files
committed
Fix serve_stale
1 parent 89cf54f commit d9fcfa6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/gold_tests/cache/replay/proxy_serve_stale_origin_down.replay.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ sessions:
8181
status: 200
8282
headers:
8383
fields:
84-
- [ Content-Length, 16]
85-
- [ Cache-Control, "public, max-age=1"]
84+
- [ Content-Length, 16 ]
85+
- [ Cache-Control, "public, max-age=1" ]
86+
- [ Connection, close ]
8687

8788
proxy-response:
8889
status: 200

0 commit comments

Comments
 (0)