Skip to content

Fix handling of Vary Headers in Redis Backend

Eric Eastwood requested to merge github/fork/cefn/patch-1 into master

Created by: cefn

This should fix the bug documented at https://github.com/gitterHQ/request-http-cache/issues/12 which ensures that all resources without Vary headers cannot be cached at all by the Redis backend.

Merge request reports