src/socket.h @@ -125,6 +125,7 @@ return true; } else { st->canceled = true; SetLastError(ETIMEDOUT, "timeout"); return false; } } catch (...) {