Re: [ovs-dev] [PATCH v2] Shutdown SSL connection before closing socket

2019-07-25 Thread Terry Wilson
Thanks! Could I get a backport to whatever branches backports are still available for? I tested that it applied cleanly on 2.9 and passed tests there. That code hasn't changed in a while. On Tue, Jul 16, 2019 at 12:20 PM Ben Pfaff wrote: > On Thu, Jul 11, 2019 at 08:00:20AM -0500, Terry Wilson

Re: [ovs-dev] [PATCH v2] Shutdown SSL connection before closing socket

2019-07-16 Thread Ben Pfaff
On Thu, Jul 11, 2019 at 08:00:20AM -0500, Terry Wilson wrote: > Without shutting down the SSL connection, log messages like: > > stream_ssl|WARN|SSL_read: unexpected SSL connection close > jsonrpc|WARN|ssl:127.0.0.1:47052: receive error: Protocol error > reconnect|WARN|ssl:127.0.0.1:47052:

Re: [ovs-dev] [PATCH v2] Shutdown SSL connection before closing socket

2019-07-16 Thread Numan Siddique
On Tue, Jul 16, 2019 at 7:44 PM Daniel Alvarez Sanchez wrote: > Acked-By: Daniel Alvarez > > On Thu, Jul 11, 2019 at 3:08 PM Terry Wilson wrote: > > > > Without shutting down the SSL connection, log messages like: > > > > stream_ssl|WARN|SSL_read: unexpected SSL connection close > >

Re: [ovs-dev] [PATCH v2] Shutdown SSL connection before closing socket

2019-07-16 Thread Daniel Alvarez Sanchez
Acked-By: Daniel Alvarez On Thu, Jul 11, 2019 at 3:08 PM Terry Wilson wrote: > > Without shutting down the SSL connection, log messages like: > > stream_ssl|WARN|SSL_read: unexpected SSL connection close > jsonrpc|WARN|ssl:127.0.0.1:47052: receive error: Protocol error >

[ovs-dev] [PATCH v2] Shutdown SSL connection before closing socket

2019-07-11 Thread Terry Wilson
Without shutting down the SSL connection, log messages like: stream_ssl|WARN|SSL_read: unexpected SSL connection close jsonrpc|WARN|ssl:127.0.0.1:47052: receive error: Protocol error reconnect|WARN|ssl:127.0.0.1:47052: connection dropped (Protocol error) would occur whenever the socket is