diff options
Diffstat (limited to 'selftest.cpp')
| -rw-r--r-- | selftest.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest.cpp b/selftest.cpp index f84abcc0..cf20fdf3 100644 --- a/selftest.cpp +++ b/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;  | 
