HttpSM has an assertion that checks the client URL against the cache URL, which
breaks INKSetCacheUrl
-----------------------------------------------------------------------------------------------------
Key: TS-495
URL: https://issues.apache.org/jira/browse/TS-495
Project: Traffic Server
Issue Type: Bug
Components: Cache
Affects Versions: 2.1.3
Reporter: Alan M. Carroll
Assignee: Alan M. Carroll
Priority: Minor
Fix For: 2.1.4
HttpSM::do_cache_lookup_and_read has an assert that goes off if the cache URL
and client provided URL have different MD5 hashes. Since this will always be
the case if INKSetCacheUrl is called it makes that API call problematic. This
assertion is only checked in debug mode but upon discussion it was decided to
simply remove it entirely.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.