Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.12.0
-
None
Description
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.
Attachments
Issue Links
- links to