shukitchan commented on issue #8185:
URL: https://github.com/apache/trafficserver/issues/8185#issuecomment-893263175


   I suspect that the work done by escalate plugin is making the transform 
event to not come through. After all, the transform is set up for the original 
response , which is now abandoned. And with the transform not getting run, the 
original continuation cannot resume as well. Thus resulting in error. Perhaps 
we need to register the transform only if we know we are not needing escalate 
to do the work (e.g. do it in do_os_response function instead of do_remap). And 
then we need to have separate transform registered for both the original and 
retry response. I suppose you want the same transform to be done on either the 
original and retry response when either one of them comes through. right ? 
   
   Can you also show me how you are using the escalate plugin ?  (i.e. your 
remap.config for the line using both lua and escalate plugins, i think ) That 
can help me a bit and see what's the right way to make them work together. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to