Hi Alan,

Thomas¹s requirement has two parts:

- Requests to URI /a are cached
- If condition x matched, requests to /a must bypass the cache and served
>From the origin without putting the response into the cache


>From what I understand, essentially, the use case is to force certain
client requests to origin (based on some condition), even when the
response is already in cache.

TSHttpTxnServerRespNoStoreSet() can prevent an object from going into the
cache, but, can it can actually force a client request to the origin?


Thanks,

Sudheer


On 10/6/14, 8:17 AM, "Alan M. Carroll" <a...@network-geographics.com> wrote:

>Monday, October 6, 2014, 4:51:12 AM, you wrote:
>
>> - Requests to URI /a are cached
>> - If condition x matched, requests to /a must bypass the cache and
>>served from 
>> the origin without putting the response into the cache
>
>Look TSHttpTxnServerRespNoStoreSet().
>

Reply via email to