dengzhhu653 commented on code in PR #3131:
URL: https://github.com/apache/thrift/pull/3131#discussion_r2062773220


##########
lib/java/src/main/java/org/apache/thrift/transport/TServerSocket.java:
##########
@@ -122,6 +126,7 @@ public TSocket accept() throws TTransportException {
       throw new TTransportException("Blocking server's accept() may not return 
NULL");
     }
     TSocket socket = new TSocket(result);
+    socket.getConfiguration().deepCopy(configuration_);

Review Comment:
   Add a new constructor in `TSocket`, this constructor might also help the 
client create the instance over the SSLSocket. Thank you for the comment!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@thrift.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to