apucher commented on code in PR #11246: URL: https://github.com/apache/pinot/pull/11246#discussion_r1282545694
########## pinot-common/src/main/java/org/apache/pinot/common/utils/TlsUtils.java: ########## @@ -301,48 +287,6 @@ private static final class SSLContextHolder { : SSL_CONTEXT_REF.get(); } - /** - * Adapted from: https://svn.apache.org/viewvc/httpcomponents/oac - * .hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/AuthSSLProtocolSocketFactory.java?view=markup - */ - private static class PinotProtocolSocketFactory implements ProtocolSocketFactory { Review Comment: This is (was?) a helper to create and inject a custom SSL context into some of the network clients used in Pinot. If you don't find any remaining dependencies, this can be scrapped. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org