On Wed, Dec 7, 2016 at 12:08 PM, Guoshuai Li <l...@dtdream.com> wrote:

> the do_handshake() function throws the exception OpenSSL.SSL.SysCallError
> when the peer's SSL connection is closed,
> And the recv() function also throws the exception OpenSSL.SSL.SysCallError
> when the peer's SSL connection is abnormally closed,
> we need to catch the exception and return error's errno.
>
> And the recv() function also throws the exception
> OpenSSL.SSL.ZeroReturnError when the peer's SSL connection is normal closed.
> This exception refers to TCP connection normal closed, return (0, "")
>
> Signed-off-by: Guoshuai Li <l...@dtdream.com>
>
>
​Acked-by: Numan Siddique <nusid...@redhat.com>
​
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to