Re: Setting Response Content without transformation plugin

2011-12-07 Thread Leif Hedstrom
Brian Geffon wrote: > Hello, > I've run into a situation where I would like to set the response to a > request to certain content. I know that i can use TSHttpTxnSetHttpRetBody > and TSHttpTxnSetHttpRetStatus the problem with this is that > TSHttpTxnSetHttpRetBody sets the HttpTransact::State->retu

Setting Response Content without transformation plugin

2011-12-07 Thread Brian Geffon
Hello, I've run into a situation where I would like to set the response to a request to certain content. I know that i can use TSHttpTxnSetHttpRetBody and TSHttpTxnSetHttpRetStatus the problem with this is that TSHttpTxnSetHttpRetBody sets the HttpTransact::State->return_xbuf to accomplish this