merlimat commented on a change in pull request #4082: Optimizing performance
for Pulsar function archive download
URL: https://github.com/apache/pulsar/pull/4082#discussion_r276842369
##########
File path:
pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/PulsarAdmin.java
##########
@@ -387,6 +393,14 @@ public void close() {
LOG.error("Failed to close the authentication service", e);
}
client.close();
+
+ if (httpAsyncClient != null) {
Review comment:
This will always be non null
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services