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.
2 parents 7cbc6b4 + 8f3325a commit da651f3Copy full SHA for da651f3
examples/49-TLSClient.cpp
@@ -7,7 +7,7 @@ using namespace nodepp;
7
void onMain(){
8
9
auto ssl = ssl_t();
10
- auto server = tls::client( &ssl );
+ auto client = tls::client( &ssl );
11
12
client.onConnect([=]( ssocket_t cli ){
13
0 commit comments