Browse Source

Remove log message "TLS else" as this function called repeatedly

Tatsuhiro Tsujikawa 12 năm trước cách đây
mục cha
commit
065979cda4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/SocketCore.cc

+ 0 - 1
src/SocketCore.cc

@@ -859,7 +859,6 @@ bool SocketCore::tlsHandshake(TLSContext* tlsctx, const std::string& hostname)
     }
     return false;
   default:
-    A2_LOG_DEBUG("TLS else");
     break;
   }
   return true;