Explorar el Código

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

Tatsuhiro Tsujikawa hace 12 años
padre
commit
065979cda4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;