Re: Documentation: TODO

2011-05-21 Thread Manish Pandey
Hi Igor, Let me know how I can help. Thanks, Manish On 5/19/11, Igor Galić wrote: > > Hey folks, > > Following my last email, here's a list of things that need attention, > before we can consider exposing our documentation to a larger > user-base. These are things you can do even if you couldn

Re: Printing origin server response

2010-12-07 Thread Manish Pandey
rror; > } On Tue, Nov 30, 2010 at 7:14 AM, Manish Pandey wrote: > Hi Eric, > Thanks for the pointers. >>1. With a transformation plugin you could 'print' the full response -- but >> where do you want to print it? > I'd like to print it as a debug mes

Re: SDK and string "copies"

2010-12-02 Thread Manish Pandey
Seems like an great idea for simplifying memory management. The overhead of dealing with non-NULL termination should be minor. Isn't there an equivalent of TSHttpBodyGet(TSMBuffer bufp, TSMLoc obj, int *length); Manish On Thu, Dec 2, 2010 at 4:47 PM, Leif Hedstrom wrote: > Hi, > > here's an id

Re: Printing origin server response / How to inspect body?

2010-12-02 Thread Manish Pandey
ssing some functions to obtain the body string from buffer. Thanks, Manish On Tue, Nov 30, 2010 at 7:14 AM, Manish Pandey wrote: > Hi Eric, > > Thanks for the pointers. > > >1. With a transformation plugin you could 'print' the full response -- but > where do y

Re: Printing origin server response

2010-11-30 Thread Manish Pandey
server/traffic/trunk/example/bnull-transform/ > > http://svn.apache.org/repos/asf/trafficserver/traffic/trunk/example/append-transform/ > > Regards, > --Eric > > On Sun, Nov 28, 2010 at 9:05 PM, Manish Pandey wrote: > > Hi folks, > > > > I am developing a traff

Printing origin server response

2010-11-28 Thread Manish Pandey
Hi folks, I am developing a trafficserver plugin, and would like to find out 1. How can I print a origin server response sent to the trafficserver, e.g., the html document with embedded javascript etc. 2. Also, how can I detect specific strings in the response to do response filtering? Is there an

TS SDK Question on Plugins

2010-06-24 Thread Manish Pandey
Hi Folks, Couple of question related to the Append Transform Plugin: 1. The except below is from example/append-transform.c How can I print the data in the buffers? I would like to print the strings being created/appended. The buffer is a opaque data structure (ts.h: typedef void *INKIOB

Append Transform plugin question

2010-06-24 Thread Manish Pandey
Hi Folks, Couple of question related to the Append Transform Plugin: 1. The except below is from example/append-transform.c How can I print the data in the buffers? I would like to print the strings being created/appended. The buffer is a opaque data structure (ts.h: typedef void *INKIOB