You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up to #14655
The code to format `cacerts` and `certs_keys` needs to check if the
incoming value is a list or map, and skip it if not. This is the same
pattern as used in a later function head:
```
format_socket_opts([Head = {Name, Value} | Tail], Acc) when is_list(Value) ->
```
It ensures that the code won't be called again on an already-formatted
value.
(cherry picked from commit 275f0a4)
0 commit comments