mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
Added ssl connect error logging to tentacle
This commit is contained in:
parent
cbbddd1ac6
commit
62d4fd717b
@ -901,6 +901,9 @@ sub serve_client() {
|
|||||||
serve_connection ();
|
serve_connection ();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
if($@) {
|
||||||
|
print_info($@);
|
||||||
|
}
|
||||||
|
|
||||||
$t_client_socket->shutdown (2);
|
$t_client_socket->shutdown (2);
|
||||||
$t_client_socket->close ();
|
$t_client_socket->close ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user