h2load: Don't exit in the case of no ALPN protocol overlap

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-28 22:48:43 +09:00
parent 3fafbfe1ed
commit 4e2ff875dc
1 changed files with 0 additions and 1 deletions

View File

@ -604,7 +604,6 @@ int Client::connection_made() {
std::cout << proto.substr(1) << std::endl;
}
disconnect();
exit(EXIT_FAILURE);
return -1;
}
}