mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
parent
a5feaa6b4c
commit
8662884447
@ -253,7 +253,7 @@ static int connection_read_ssl (connection_t *con, void *buf, size_t len)
|
||||
{
|
||||
int bytes = SSL_read (con->ssl, buf, len);
|
||||
|
||||
if (bytes < 0)
|
||||
if (bytes <= 0)
|
||||
{
|
||||
switch (SSL_get_error (con->ssl, bytes))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user