Int getTLSByte(TLSsession tls, Bool iiscompensation=false)
Arguments
tls: A TLS sessioniiscompensation: Whether to compensate for bugs in the HTTPS handling in Microsoft IIS servers (optional, defaults to false)
Usage
Receive encrypted byte. This function is called by Net::recvByte as necessary. This function may return -1 if IIS bug compensation is on and the connection has been closed (if called via recvByte this will lead to a Net::NothingToReceive exception.