On Wed, 11 Sep 2013 21:49:56 Dani wrote: > Subject: can traffic server transform delay the headers response ? ... > i would like to edit the http headers returned to the browser based on the > analysis i do in the transform, but i found that the headers are already > returned to the browser BEFORE i get a chance to analyse the files content > with the transform mechanism.
All you need to do is add a hookpoint on TS_HTTP_SEND_RESPONSE_HDR_HOOK, and only reenable when you have finished your analysis + modified the headers. --Uri