Hey guys:This problem stop me continue write my plugin. , I have read ts.h and
InkAPI.cc, but i can't find any solutions to reach cacheable object status
after HTTP_READ_RESPONSE_HDR.This plugin called after a
TS_HTTP_READ_RESPONSE_HDR_HOOK, it's support to do some work for object which
can be cached. Any suggetsion for me ?Thanks very much!
> From: [email protected]
> To: [email protected]
> Subject: How can i get cachable status under TS_HTTP_READ_RESPONSE_HDR status
> Date: Wed, 30 Mar 2011 10:17:38 +0000
>
>
> Hi:I am trying to write plugin to do some work under object cachable status
> when the http state machine in HTTP_READ_RESPONSE_HDR.Is three any method can
> check object cahable? or any suggestion for me how can i get object cachable
> status?Thanks