Hi, On Mon, Sep 21, 2015 at 10:16:15AM +0530, Harkanwal Singh wrote: > Hi > > Before stopping HA proxy doen't send TCP FIN to existing connections.. > > Anybody facing this issue ? Anyway to implement this feature?
That doesn't make sense. HAProxy doesn't send FIN, the system does it when haproxy closes connections. When you stop it, by definition connections get closed so the system will send FIN (or RST for connections where data remain unread as per the TCP specification). Care to explain how you are stopping it ? Regards, Willy

