apache / apache/trafficserver

The cache control rule with dest_ip as the primary key in cache.config does not take effect

Open
#2,844 3 comments 0 reactions 1 assignee Claimed by @SolidWallOfCode View on GitHub
Bug Cache Configuration Stale
Dominant language
C++
Stars
2k
Forks
874
Avg merge
6d 15h
Merged PRs (30d)
46

Description

Cache control rules are matched by function getCacheControl. this function is called after the client's request has been read.At this point, the dest_ip in HttpRequestData is empty,so it's impossible to match primary key is dest_ip. And,after parsing DNS,The function is not called again for matching.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.