mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 05:57:36 +03:00
Use same domain-match algorithm for no-proxy and netrc.
Now "example.org" does not domain-match ".example.org" in both functions.
This commit is contained in:
parent
69966d7ac9
commit
0ba6f8c352
6 changed files with 39 additions and 34 deletions
|
@ -64,7 +64,7 @@ void NetrcTest::testFindAuthenticator()
|
|||
SharedHandle<Authenticator> domainMatchAuth2 =
|
||||
netrc.findAuthenticator("my.domain");
|
||||
CPPUNIT_ASSERT(domainMatchAuth2);
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("dmname"), domainMatchAuth2->getLogin());
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("default"), domainMatchAuth2->getLogin());
|
||||
}
|
||||
|
||||
void NetrcTest::testParse()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue