rnewson opened a new pull request, #4669:
URL: https://github.com/apache/couchdb/pull/4669

   It is not currently possible to override `[replicator] valid_socket_options` 
with more than two items as we call `string:split/2`, which splits the string 
at the first occurrence of the separator. We need to call `string:split/3` with 
third argument of `all` to split out all the fields.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to