diff --git a/src/h2load.cc b/src/h2load.cc index b086444d..96a8b586 100644 --- a/src/h2load.cc +++ b/src/h2load.cc @@ -604,7 +604,6 @@ int Client::connection_made() { std::cout << proto.substr(1) << std::endl; } disconnect(); - exit(EXIT_FAILURE); return -1; } }