clean up APIs for setting a request or response as being cacheable
------------------------------------------------------------------

                 Key: TS-788
                 URL: https://issues.apache.org/jira/browse/TS-788
             Project: Traffic Server
          Issue Type: Bug
          Components: TS API
    Affects Versions: 2.1.8
            Reporter: Bryan Call
            Assignee: Bryan Call
             Fix For: 2.1.9


redundant Set in the name function name for the Set*CacheableSet and not having 
the ability to turn off caching from the API:
TSHttpTxnSetReqCacheableSet(TSHttpTxn txnp)
TSHttpTxnSetRespCacheableSet(TSHttpTxn txnp)

should be:
TSHttpTxnReqCacheableSet(TSHttpTxn txnp, int flag)
TSHttpTxnRespCacheableSet(TSHttpTxn txnp, int flag)

to be like other API function prototypes:
TSSkipRemappingSet(TSHttpTxn txnp, int flag);

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to