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;
|
return false;
|
||||||
default:
|
default:
|
||||||
A2_LOG_DEBUG("TLS else");
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue