Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dialyzer error for "bad record mac" handling
The error was: lib/myxql/connection.ex:344:call The function call will not succeed. :ssl.format_error({:error, {:tls_alert, [32 | 97 | 98 | 99 | 100 | 101 | 109 | 111 | 114, ...]}}) will never return since it differs in arguments with positions 1st from the success typing arguments: ( atom() | maybe_improper_list() | {:error, atom() | maybe_improper_list() | {:error, atom() | maybe_improper_list() | {:error, atom() | maybe_improper_list() | {_, _}} | {:options, _} | {:tls_alert, {_, _}}} | {:options, _} | {:tls_alert, {_, _}}} | {:options, _} | {:tls_alert, {_, _}} )
- Loading branch information