Re: Removing cluster support for 7.1.x

2018-01-19 Thread Walt Karas
I tried cherry-picking this from Apache master to Oath 7.1.x, but there were too many conflicts. Perhaps it would work to cherry-pick form Oath 7.1.x to Apache 7.1.x . It also seems to me like an issue with semantic labeling to put it in 7.1.x not 7.2 . Walt On Fri, Jan 19, 2018 at 12:29 AM, Le

close

2018-01-19 Thread Dk Jack
Hi, I am trying to understand the ATS behavior when it receives a close from the client. I would appreciate it if someone can point me in the code where to start looking at to understand the behavior. Thanks. Dk.

Re: close

2018-01-19 Thread Susan Hinrichs
Look for references to t_state.client_info.keep_alive in HttpSM. Specifically HttpSM::tunnel_handler_ua handles the case of closing the connection connection in most non-error cases Trying again, sending from the "right" email. On Fri, Jan 19, 2018 at 1:18 PM, Dk Jack wrote: > Hi, > I am trying