Skip to content

Limit cached headers

Latest
Compare
Choose a tag to compare
@aidvu aidvu released this 26 Feb 13:28
· 34 commits to master since this release
b27c7ca

Prior to this change, we cached all headers sent before the concatenation
service responds. In most cases, that would be fine because the service
responds very early to the request, but it is technically possible for
another sensitive header to be added prior to response and cached
for sharing with other requesters.

This change removes that possibility by only caching a specific set of
headers.