h2load: Don't exit in the case of no ALPN protocol overlap
This commit is contained in:
parent
3fafbfe1ed
commit
4e2ff875dc
|
@ -604,7 +604,6 @@ int Client::connection_made() {
|
||||||
std::cout << proto.substr(1) << std::endl;
|
std::cout << proto.substr(1) << std::endl;
|
||||||
}
|
}
|
||||||
disconnect();
|
disconnect();
|
||||||
exit(EXIT_FAILURE);
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue