We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0482c4e commit 683c12dCopy full SHA for 683c12d
contract-tests/client-contract-tests/src/main.cpp
@@ -46,7 +46,8 @@ int main(int argc, char* argv[]) {
46
srv.add_capability("tls:verify-peer");
47
srv.add_capability("tls:skip-verify-peer");
48
srv.add_capability("tls:custom-ca");
49
-
+ srv.add_capability("client-prereq-events");
50
+
51
net::signal_set signals{ioc, SIGINT, SIGTERM};
52
53
boost::asio::spawn(ioc.get_executor(), [&](auto yield) mutable {
0 commit comments