mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
2d0180d1e7
Previously, process_head immediately returned if there was no refresh, never giving the cache-control check further down a chance to run. Also add new tests: nocache.html refresh+nocache.html
7 lines
143 B
HTML
7 lines
143 B
HTML
<html>
|
|
<head><meta http-equiv="cache-control" content="no-cache" /></head>
|
|
<body>
|
|
<p>This document should not be cached.</p>
|
|
</body>
|
|
</html>
|