add comment

Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
Ludovic Orban 2024-04-10 09:43:45 +02:00
parent d8b910c843
commit f281cad479
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ public abstract class QuicheConnection
static
{
// This code is safe even if trying to load a QuicheBinding instance throws an error,
// as in that case a warning would be logged and the binding ignored.
if (LOG.isDebugEnabled())
{
List<QuicheBinding> bindings = TypeUtil.serviceStream(ServiceLoader.load(QuicheBinding.class))