[ovs-dev] [PATCH v2] Don't raise an Exception on failure to connect via SSL

Terry Wilson twilson at redhat.com
Tue Oct 27 16:16:48 UTC 2020


Just bumping to make sure this doesn't fall through the cracks. 11 days
since the last ack. Let me know if there's anything else that needs
changing. Thanks!

On Fri, Oct 16, 2020 at 1:37 AM Thomas Neuman <thomas.neuman at nutanix.com>
wrote:

> Yup, fair enough. LGTM
>
> Acked-by: Thomas Neuman <thomas.neuman at nutanix.com>
>
> >
> > I get why it seems a little weird, but the reason I chose @staticmethod
> is
> > because @classmethod would imply that we are going to actually reference
> > the class that is passed in the first argument, and we won't. The only
> > thing this method depends on is the socket, so it seemed a staticmethod
> > that could be overridden in a subclass with a special need was the way to
> > go.
> >
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>


More information about the dev mailing list