diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /77/index.md |
Diffstat (limited to '77/index.md')
-rw-r--r-- | 77/index.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/77/index.md b/77/index.md new file mode 100644 index 0000000..cb63ccb --- /dev/null +++ b/77/index.md @@ -0,0 +1,15 @@ +Title: Respect Cache-Control header to ignore cached version +Author: rodarima +Created: Sat, 10 Feb 2024 10:31:00 +0000 +State: open + +When following some of the sorting links of https://bluedwarf.top/cackle/index.php Dillo goes back to the index without re-fetching the new sorted content. The Cache-Control header should be tested determine if Dillo should to fetch again for new content. + +--%-- +From: Jullyfish +Date: Mon, 30 Jun 2025 10:00:42 +0000 + +And also doesn't work the header: +``` +Expired: 0 +```
\ No newline at end of file |