Unify connection established print

This commit is contained in:
Zhi Guan
2026-06-13 09:10:09 +08:00
parent 99cc3c634b
commit 23375d1fa3
11 changed files with 49 additions and 14 deletions

View File

@@ -1213,11 +1213,6 @@ int tlcp_recv_server_finished(TLS_CONNECT *conn)
return -1;
}
if(conn->verbose)
fprintf(stderr, "Connection established!\n");
return 1;
}