mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 18:59:20 +00:00
Remove log message "TLS else" as this function called repeatedly
This commit is contained in:
@@ -859,7 +859,6 @@ bool SocketCore::tlsHandshake(TLSContext* tlsctx, const std::string& hostname)
|
||||
}
|
||||
return false;
|
||||
default:
|
||||
A2_LOG_DEBUG("TLS else");
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user