mirror of https://github.com/aria2/aria2
Fixed typo
parent
418c04c94c
commit
9e70c5ead7
|
@ -96,7 +96,7 @@ bool InitiateConnectionCommand::executeInternal() {
|
||||||
// Catch exception and retry another address.
|
// Catch exception and retry another address.
|
||||||
// See also AbstractCommand::checkIfConnectionEstablished
|
// See also AbstractCommand::checkIfConnectionEstablished
|
||||||
|
|
||||||
// TODO ipaddr might not be used if pooled sockt was found.
|
// TODO ipaddr might not be used if pooled socket was found.
|
||||||
getDownloadEngine()->markBadIPAddress(hostname, ipaddr, port);
|
getDownloadEngine()->markBadIPAddress(hostname, ipaddr, port);
|
||||||
if(!getDownloadEngine()->findCachedIPAddress(hostname, port).empty()) {
|
if(!getDownloadEngine()->findCachedIPAddress(hostname, port).empty()) {
|
||||||
A2_LOG_INFO_EX(EX_EXCEPTION_CAUGHT, ex);
|
A2_LOG_INFO_EX(EX_EXCEPTION_CAUGHT, ex);
|
||||||
|
|
Loading…
Reference in New Issue