Why using SSL_peek returns duplicated data?
I made the following code to find the amount of bytes I need to read in order to reach the end of a given delimiter, by using SSL_peek.
I made the following code to find the amount of bytes I need to read in order to reach the end of a given delimiter, by using SSL_peek.