mirror of https://github.com/aria2/aria2
Fix std::length_error when no_proxy is used
This is regression introduced in 8cada497
.
pull/271/head
parent
8732a24433
commit
c659fe939d
|
@ -713,6 +713,8 @@ bool inNoProxy(const std::shared_ptr<Request>& req, const std::string& noProxy)
|
|||
std::string(e.first, e.second))) {
|
||||
return true;
|
||||
}
|
||||
|
||||
continue;
|
||||
}
|
||||
// TODO We don't resolve hostname here. More complete
|
||||
// implementation is that we should first resolve
|
||||
|
|
Loading…
Reference in New Issue