Changes between Initial Version and Version 1 of Ticket #12388, comment 5
- Timestamp:
- May 16, 2016, 12:19:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12388, comment 5
initial v1 1 I finally had ti e to try the second solution and got something working. It even works without needing a new version of Web+ to be built.1 I finally had time to try the second solution and got something working. It even works without needing a new version of Web+ to be built. 2 2 I added a private variable fHostName to BNetworkAddress and filled it in when the SetTo call contained a host. This does mean that if you make a call to a SetTo function without a host, it will not enable the SNI support. Not sure what to do about that. Thought about adding a host parameter to those SetTo functions, but decided against it for now. 3 3 I used the existing HostName function to return fHostName, but left the TODO in place. Not sure if we want to do something extra in case fHostName is empty.