Reads a string from the SSL connection
The calling task is blocked until the read has completed.
array to store the string
a slice into buffer of the bytes which were read.
IOException if the read failed
See Implementation
Reads a string from the SSL connection
The calling task is blocked until the read has completed.