mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Yannick Lecaillez
24.40.2016 0443d88397c7d18e516ae332db00eb1489f30184
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/SdkConnectionAdapter.java
@@ -23,7 +23,6 @@
import java.util.LinkedHashSet;
import java.util.concurrent.atomic.AtomicInteger;
import org.forgerock.http.protocol.Status;
import org.forgerock.i18n.slf4j.LocalizedLogger;
import org.forgerock.opendj.ldap.AbstractAsynchronousConnection;
import org.forgerock.opendj.ldap.ByteString;
@@ -279,11 +278,6 @@
    {
      this.clientConnection.disconnect(DisconnectReason.UNBIND, false, null);
    }
    // At this point, we try to log the request with OK status code.
    // If it was already logged, it will be a no op.
    this.clientConnection.log(Status.OK.getCode());
    isClosed = true;
  }