Changes between Initial Version and Version 1 of Ticket #12388, comment 5


Ignore:
Timestamp:
May 16, 2016, 12:19:04 PM (8 years ago)
Author:
markh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12388, comment 5

    initial v1  
    1 I finally had tie to try the second solution and got something working. It even works without needing a new version of Web+ to be built.
     1I 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.
    22I 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.
    33I 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.