You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2011/05/20 02:18:47 UTC

[jira] [Resolved] (TS-788) clean up APIs for setting a request or response as being cacheable

     [ https://issues.apache.org/jira/browse/TS-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Call resolved TS-788.
---------------------------

    Resolution: Fixed

> 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