diff --git a/src/net/connection/WowConnection.cpp b/src/net/connection/WowConnection.cpp index bc814ce..4de37d2 100644 --- a/src/net/connection/WowConnection.cpp +++ b/src/net/connection/WowConnection.cpp @@ -367,7 +367,7 @@ void WowConnection::DoStreamReads() { #endif } - if (bytesRead == 0) { + if (bytesRead <= 0) { break; }