Browse Source

Disable HTTP test in selftest since it works, and GitHub issue #207.

Adam Ierymenko 10 years ago
parent
commit
d78e3bb307
1 changed files with 1 additions and 1 deletions
  1. 1 1
      selftest.cpp

+ 1 - 1
selftest.cpp

@@ -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;