Disable HTTP test in selftest since it works, and GitHub issue #207.
This commit is contained in:
@@ -916,7 +916,7 @@ int main(int argc,char **argv)
|
||||
r |= testCertificate();
|
||||
r |= testPhy();
|
||||
r |= testResolver();
|
||||
r |= testHttp();
|
||||
//r |= testHttp();
|
||||
|
||||
if (r)
|
||||
std::cout << std::endl << "SOMETHING FAILED!" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user