Amalgamate

This commit is contained in:
Sergey Lyubka 2021-12-21 21:58:03 +00:00
parent 2126b49ab3
commit bf7fc1d5a9

View File

@ -4021,7 +4021,6 @@ void mg_tls_init(struct mg_connection *c, struct mg_tls_opts *opts) {
if (c->is_client && c->is_resolving == 0 && c->is_connecting == 0) {
mg_tls_handshake(c);
}
c->is_hexdumping = 1;
LOG(LL_DEBUG, ("%lu SSL %s OK", c->id, c->is_accepted ? "accept" : "client"));
return;
fail: