Kyle Smith created THRIFT-4825:
----------------------------------

             Summary: Align TTlsServerSocketTransport constructors with 
TServerSocketTransport - Breaking Change
                 Key: THRIFT-4825
                 URL: https://issues.apache.org/jira/browse/THRIFT-4825
             Project: Thrift
          Issue Type: Improvement
          Components: netstd - Library
    Affects Versions: 0.12.0
            Reporter: Kyle Smith


Currently, you are unable to pass in your own TcpListener object when creating 
a TTlsServerSocketTransport instance in the same fashion as a 
TServerSocketInstance. Without this we're not able to bind to any address other 
than IPAddress.Any (0.0.0.0). By normalizing the constructors like in 
THRIFT-4821 you can add this option without increasing the amount of 
constructors to maintain.

This could be considered a breaking change since moving the default value for 
the buffering parameter after the certificate would change it's signature.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to