Closed miyazakt closed 4 years ago
Is there a way to disconnect the keepalived connections? If the CNAME of DNS is changed, the connection is always kept, so the old one will continue to be accessed.
Use Net::HTTP::Persistent#reconnect.
I'll update the documentation to note that it resets TLS/SSL and non-TLS/SSL connections.
Is there a way to disconnect the keepalived connections? If the CNAME of DNS is changed, the connection is always kept, so the old one will continue to be accessed.