We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7353ce1 commit ff5d2bfCopy full SHA for ff5d2bf
quiche/quic/masque/masque_connection_pool.cc
@@ -384,10 +384,6 @@ void MasqueConnectionPool::ConnectionState::OnSocketEvent(
384
}
385
if ((events & kSocketEventWritable) != 0) {
386
if (!ssl_) {
387
- QUICHE_LOG(INFO) << "ds33Creating SSL object "
388
- << (connection_pool_->GetSslCtx(mtls_) == nullptr
389
- ? "NULLPTR"
390
- : "NOT NULLPTR");
391
ssl_.reset((SSL_new(connection_pool_->GetSslCtx(mtls_))));
392
SSL_set_connect_state(ssl_.get());
393
0 commit comments