Any reason for not using http connection pool in HttpService?
If there are many requests are made to the splunk server then every time initializing a new connection will result in performance degrade, Can we write a service which uses http connection pool?