mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 06:12:08 +00:00
debug
This commit is contained in:
@@ -352,6 +352,11 @@ void us_internal_trigger_handshake_callback(struct us_internal_ssl_socket_t *s,
|
||||
struct us_bun_verify_error_t verify_error = us_internal_verify_error(s);
|
||||
|
||||
if (!success) {
|
||||
if (context->options.secure_protocol_method) {
|
||||
printf("[openssl.c] secure_protocol_method: %s\n", context->options.secure_protocol_method);
|
||||
} else {
|
||||
printf("[openssl.c] secure_protocol_method: (null)\n");
|
||||
}
|
||||
if (context->options.secure_protocol_method) {
|
||||
const char *proto = context->options.secure_protocol_method;
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user