Open mspiewak opened 4 years ago
When HTTPotion is unable to resolve base_url address an exception is being thrown: (FunctionClauseError) no function clause matching in Elastic.ResponseHandler.process/1
base_url
(FunctionClauseError) no function clause matching in Elastic.ResponseHandler.process/1
To replicate it use https://something.com:9200 as base_url.
https://something.com:9200
When HTTPotion is unable to resolve
base_url
address an exception is being thrown:(FunctionClauseError) no function clause matching in Elastic.ResponseHandler.process/1
To replicate it use
https://something.com:9200
asbase_url
.