Maybe I'm missing something here..
If the main purpose here is to issue a 'Connection:close'
why not just disable client facing http keep-alive ?
traffic_ctl config set proxy.config.http.keep_alive_enabled_in 0
After the param has been activated, requests on existing connections
will receive a Connection:close.
Of course you still need to take your server out of l4/7 lb rotation
or dns load balancing rotation
so subsequent connections don't end up on the 'draining' server.
On Sun, Oct 28, 2018 at 2:30 AM ezko <erez.koler@harmonicinc.com> wrote:
>
> thanks Masaori Koshiba-2
> we will try it.
>
>
>
>
> --
> Sent from: http://apache-traffic-server.24303.n7.nabble.com/
|