String getTLS(TLSsession tls, Bool iiscompensation=false, Int maxlen=-1, Int timeout=0, Bool(Int) checktimeout)
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 data. This function is called by Net::recv as necessary.