curl connection parameters seem to be ignored
Closed this issue · 0 comments
djdevin commented
See
des-connector/src/DESConnector/Client.php
Lines 205 to 221 in 7b85e7e
$conn_params
is defined but never used
The passed in curl parameters don't make it to the ES library.
I think all that is needed is:
$builder->setConnectionParams($conn_params);