[
https://issues.apache.org/jira/browse/THRIFT-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer resolved THRIFT-4825.
--------------------------------
Resolution: Fixed
Fix Version/s: 0.13.0
committed, thanks!
> 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
> Priority: Minor
> Fix For: 0.13.0
>
> Original Estimate: 10m
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)