thaliproject/thali

Get thaliReplicationPeerAction to honor httpAgentPool

Closed this issue · 1 comments

In order to work around pouchdb/pouchdb#5231 we need to pass in agentClass rather than agent (which is what we would have set with the httpAgentPool argument in start). So for right now we are manually specifying the agent class and options and ignoring httpAgentPool all together. If 5231 is fixed then we can use httpAgentPool, otherwise we need to redesign the action class so it submits the agentClass and options.