Disable Curl Connection pooling since it is appears to be a source of errors in several customer issues. Connections are made from mongod/mongos, go idle, are likely cut by the result side (impossible to know without network captures) and then auth fails.
By disabling connection pooling, we reduce the complexity in this coe.