hitting TCP_MISS_REDIRECT and ERROR_CLIENT_ABORT

2017-12-26 Thread Vasanth Mathivanan
HI, I Use HTTP_LIVE content through ATS, here lot of issue came ,,first I set the configuration in hdr_live.config given below then It will hit NONE and Sometimes DIRECT hit …..And they are suggestions for Collapsed forwarding plugin but Now same hit NONE and Sometimes same ts file

Re: HttpConnect in Buffer upload plugin

2017-12-26 Thread Leif Hedstrom
Yes, client IP. It sounds like maybe you are printing it in the wrong byte order? Make sure to use the right APIs for converting the addr to a string? Ciao, — Leif > On Dec 26, 2017, at 01:50, supraja sridhar wrote: > > Hi ! I have just started using traffic

Re: Redundant origin server support

2017-12-26 Thread John Rushford
Burak, Your config looks good. If you turn on debug inrecords.config with a tag of “parent_select”, we can see what’s going on. By default, go_direct in parent.config is set to ‘true’ so, if there is a problem, connecting to your parent, the transaction will go direct to the origin. Verify

HttpConnect in Buffer upload plugin

2017-12-26 Thread supraja sridhar
Hi ! I have just started using traffic server and I am experimenting with the buffer-upload plugin. TSHttpConnect uses the address returned by TSHttpTxnClientAddrGet. My question is, is TSHttpTxnClientAddrGet the IP address of the client? When I print the return value it looks like this: client:

Re: Live linear issue

2017-12-26 Thread Shu Kit Chan
To turn on debug - set proxy.config.diags.debug.enabled to 1 set proxy.config.diags.debug.tags to .*http.* restart ats and the debug message will show up in traffic.out You can experiment with different tags to narrow it to those subsystem that's relevant to you. Thanks. Kit On Mon, Dec 25,