htpack/cmd
Laurence Withers 21a18eced6 cmd/packserver: use Cache-Control: no-cache
Rather than setting "Cache-Control: no-store", use "no-cache". The
difference is that "no-store" tells the browser that it must always
completely re-fetch the resource; whereas "no-cache" means that the
browser can write the resource to disk but must re-validate it (e.g.
using Etags) before re-using it.
2019-04-25 14:47:13 +01:00
..
htpacker cmd/htpacker, cmd/packserver: update dependencies 2019-04-15 14:19:12 +01:00
packserver cmd/packserver: use Cache-Control: no-cache 2019-04-25 14:47:13 +01:00