Hello,

I have a question concerning the TSSLSocket.
We have a client that connects to a threaded thrift server.
The communication is secured via openssl.
All is working fine so far. But when the client disconnects from the server, I 
always get the following log message inside the server:
"Thrift: Tue Apr  1 15:15:32 2025 SSL_shutdown: Broken pipe (SSL_error_code = 
6)"

It seems that the server tries to read or write to the socket which isn't 
possible anymore.
Is this an expected behaviour or do we miss something? Is there any possibility 
to get rid of this error message?

We are using thrift version 0.20.0 and openssl 1.1.1w.


Thanks

AchimR

Reply via email to