mirror of https://github.com/aria2/aria2
Remove log message "TLS else" as this function called repeatedly
parent
33293bcd5a
commit
065979cda4
|
@ -859,7 +859,6 @@ bool SocketCore::tlsHandshake(TLSContext* tlsctx, const std::string& hostname)
|
|||
}
|
||||
return false;
|
||||
default:
|
||||
A2_LOG_DEBUG("TLS else");
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue