On Wed, Dec 07, 2016 at 07:36:14PM +0530, Numan Siddique wrote:
> On Wed, Dec 7, 2016 at 12:08 PM, Guoshuai Li <[email protected]> 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 <[email protected]>
> >
> >
> ​Acked-by: Numan Siddique <[email protected]>

Thanks, applied to master.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to