Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin: Make `httpcompression` prevent caching | Cătălin Mariș | 2013-12-08 | 1 | -6/+20 |
| | | | | | | | | | | | In some cases, intermediate proxies ignore the `Content-Encoding` header altogether. Sending `Cache-Control no-cache` as a request header solves this problem by forcing validation of the resources in the intermediate proxies, thereby, ensuring that every request is fetched from the origin server. Ref. alrra/dotfiles#2. Closes #308. | ||||
* | .functions: Improve `httpcompression` and move it to its own file | Cãtãlin Mariş | 2013-05-10 | 1 | -0/+127 |
Closes #162. |